nw
Version:
An installer for NW.js
58 lines (57 loc) • 1.18 kB
JSON
{
"name": "nw",
"version": "0.112.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": {
"@nwutils/getter": "^0.2.4",
"@nwutils/runner": "^0.2.3",
"commander": "^14.0.3",
"semver": "^7.8.0"
},
"keywords": [
"nw",
"nw.js",
"nwjs",
"chromium",
"io.js",
"node-webkit",
"webkit",
"installer",
"desktop",
"application"
],
"devDependencies": {
"@vitest/coverage-v8": "^4.1.5",
"selenium-webdriver": "^4.43.0",
"vitest": "^4.0.8"
},
"packageManager": "npm@11.14.1"
}