nw
Version:
An installer for NW.js
58 lines (57 loc) • 1.16 kB
JSON
{
"name": "nw",
"version": "0.107.0",
"description": "An installer for NW.js",
"repository": {
"type": "git",
"url": "git://github.com/nwjs/npm-installer.git"
},
"type": "module",
"main": "src/index.js",
"bin": {
"nw": "src/cli.js"
},
"scripts": {
"postinstall": "node src/postinstall.js",
"test": "vitest run",
"test:coverage": "vitest --coverage.enabled true"
},
"files": [
"src"
],
"author": {
"name": "Kyle Robinson Young",
"url": "https://github.com/shama"
},
"contributors": [
{
"name": "nwjs/npm-installer Contributors",
"url": "https://github.com/nwjs/npm-installer/graphs/contributors"
}
],
"license": "MIT",
"dependencies": {
"axios": "^1.13.2",
"commander": "^14.0.2",
"semver": "^7.7.3",
"tar": "^7.5.2",
"yauzl-promise": "^4.0.0"
},
"keywords": [
"nw",
"nw.js",
"nwjs",
"chromium",
"io.js",
"node-webkit",
"webkit",
"installer",
"desktop",
"application"
],
"devDependencies": {
"@vitest/coverage-v8": "^4.0.8",
"selenium-webdriver": "^4.38.0",
"vitest": "^4.0.8"
}
}