mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
39 lines
999 B
JSON
39 lines
999 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",
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"cmake-js": "^7.3.0",
|
|
"node-addon-api": "^7.1.0",
|
|
"node-api-headers": "^1.5.0"
|
|
},
|
|
"binary": {
|
|
"napi_versions": [
|
|
7
|
|
]
|
|
},
|
|
"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"
|
|
},
|
|
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
|
|
}
|