UNPKG

nw

Version:
58 lines (57 loc) 1.16 kB
{ "name": "nw", "version": "0.102.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.11.0", "commander": "^14.0.0", "semver": "^7.7.2", "tar": "^7.4.3", "yauzl-promise": "^4.0.0" }, "keywords": [ "nw", "nw.js", "nwjs", "chromium", "io.js", "node-webkit", "webkit", "installer", "desktop", "application" ], "devDependencies": { "@vitest/coverage-v8": "^3.2.4", "selenium-webdriver": "^4.34.0", "vitest": "^3.0.4" } }