mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
28 lines
607 B
JSON
28 lines
607 B
JSON
{
|
|
"forceVendor": true,
|
|
"name": "wx_compiler",
|
|
"main": "test/node-modules/index.html",
|
|
"productName": "wx_compiler",
|
|
"appname": "wx_compiler",
|
|
"version": "1.0",
|
|
"chromium-args": "--mixed-context",
|
|
"window": {
|
|
"frame": true
|
|
},
|
|
|
|
"scripts": {
|
|
"test": "mocha --reporter-option maxDiffSize=1e9",
|
|
"start": "nw ./test/node-modules"
|
|
},
|
|
"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"
|
|
}
|
|
}
|