28 lines
711 B
JSON
28 lines
711 B
JSON
{
|
|
"name": "@dcloudio/uni-template-compiler",
|
|
"version": "2.0.2-4070620250821001",
|
|
"description": "uni-template-compiler",
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dcloudio/uni-app.git",
|
|
"directory": "packages/uni-template-compiler"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "fxy060608",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.3.3",
|
|
"@babel/template": "^7.3.3",
|
|
"@babel/traverse": "^7.3.3",
|
|
"@babel/types": "^7.3.3",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"gitHead": "83322ec9f7cc592b2052ff78370e12f4689f5966"
|
|
}
|