first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
@@ -0,0 +1,27 @@
{
"name": "mpvue-template-compiler",
"version": "1.0.13",
"description": "mpvue template compiler for Vue",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Meituan-Dianping/mpvue.git"
},
"keywords": [
"vue",
"compiler",
"mp",
"mp",
"antmp"
],
"author": "meituan.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Meituan-Dianping/mpvue/issues"
},
"homepage": "https://github.com/Meituan-Dianping/mpvue/",
"dependencies": {
"he": "^1.1.0",
"de-indent": "^1.0.2"
}
}