msojocs 22b579ec5e fix: wcc, wcsc node跟进结构
跟进1.05.2204180版本的wcc、wcsc编译器变更 #41
2022-04-22 21:15:24 +08:00

31 lines
721 B
JSON

{
"name": "miniprogram-wcsc",
"version": "0.0.2",
"description": "WXSS node C++ addon",
"main": "index.js",
"scripts": {
"install": "node-gyp-build",
"rebuild": "node-gyp rebuild",
"build:dist": "node scripts/build",
"build": "node-gyp build",
"test": "node ./test/index",
"format": "prettier *.js test/*.js scripts/*.js --write"
},
"repository": {
"type": "git",
"url": "git@git.code.oa.com:redhoodsu/wxss.git"
},
"author": "redhoodsu",
"license": "MIT",
"dependencies": {
"node-gyp-build": "^4.2.1"
},
"devDependencies": {
"eustia-module": "^1.21.2",
"licia": "^1.21.2",
"ncp": "^2.0.0",
"node-gyp": "^7.0.0",
"prettier": "^2.3.1"
}
}