wcc.js
Version:
Compiler for wxml and wxss files.
39 lines (38 loc) • 805 B
JSON
{
"name": "wcc.js",
"version": "1.0.19",
"description": "Compiler for wxml and wxss files.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/test.js",
"test:fail": "mocha ./test/failTest.js",
"benchmark": "mocha ./benchmark/index.js",
"npm:publish": "node ./script/npmPublish.js"
},
"repository": {
"type": "git",
"url": "git@github.com:caijw/wcc.js.git"
},
"keywords": [
"Wechat Mini Program",
"wcc",
"WCC",
"wxml",
"WXML",
"wxss",
"WXSS",
"compiler"
],
"author": "caijw",
"license": "ISC",
"dependencies": {
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@babel/types": "^7.4.4",
"acorn": "^6.1.1"
},
"devDependencies": {
"mocha": "^6.1.4"
}
}