mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"name": "miniprogram-wcc",
|
|
"version": "0.0.1",
|
|
"description": "WCC node C++ addon",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "node ./test/wcc/index && node ./test/wcsc/index",
|
|
"format": "prettier *.js test/*.js scripts/*.js --write"
|
|
},
|
|
"author": "coverguo",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"licia": "^1.21.2",
|
|
"node-gyp": "^7.0.0"
|
|
}
|
|
}
|