mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
25 lines
554 B
JSON
25 lines
554 B
JSON
{
|
|
"name": "wx-compiler",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter-option maxDiffSize=1e9",
|
|
"start": "nw ./test/node-modules"
|
|
},
|
|
"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",
|
|
"mocha": "^10.0.0",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|