wx-compiler/package.json
2023-08-31 17:57:11 +08:00

27 lines
630 B
JSON

{
"name": "wx-compiler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nw ./test/node-modules",
"test-prepare": "test/spec/prepare.sh",
"test": "mocha --reporter-option maxDiffSize=1e9"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/register": "^7.18.9",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.5",
"assert": "^2.0.0",
"miniprogram-ci": "^1.9.8",
"mocha": "^10.0.0",
"ts-node": "^10.9.1"
}
}