mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"scripts": {
|
|
"test": "mocha --reporter-option maxDiffSize=1e9"
|
|
},
|
|
"dependencies": {
|
|
"miniprogram-compiler": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.18.10",
|
|
"@babel/core": "^7.18.13",
|
|
"@babel/preset-env": "^7.18.10",
|
|
"@babel/register": "^7.18.9",
|
|
"mocha": "^10.0.0"
|
|
}
|
|
}
|