@licq/tnwjs
Version:
52 lines • 1.22 kB
JSON
{
"name": "@licq/tnwjs",
"version": "1.0.3",
"description": "nwjs的包管理器",
"main": "index.js",
"bin": {
"nw": "nw",
"tnw": "nw"
},
"files": [
"nw",
"index.js",
"postinstall.js",
"lib"
],
"keywords": [
"nodejs",
"ostwindli",
"ostwind",
"tnwjs",
"nwjs",
"NW.js",
"nw",
"licq"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ostwindli/asenal.git"
},
"scripts": {
"test": "node index.test.js",
"docs": "node ../../scripts/jsdocs.js tnwjs",
"pub": "node ../../scripts/publish.js tnwjs",
"postinstall": "node postinstall.js"
},
"author": "ostwindli<9837438@qq.com>",
"license": "MIT",
"dependencies": {
"@licq/dl": "^1.0.2",
"aimer": "^1.3.0",
"chalk": "^4.1.2",
"commander": "2.20.1",
"configstore": "^5.0.1",
"extract-zip": "^2.0.1",
"figures": "^3.2.0",
"io-spin": "^0.4.1",
"is-semver": "^1.0.10",
"shelljs": "^0.8.5",
"update-notifier": "^0.6.0",
"user-home": "^2.0.0"
}
}