{ "name": "registry-js", "version": "1.8.0", "description": "A simple and opinionated library for working with the Windows registry", "main": "dist/lib/index.js", "typings": "dist/lib/index.d.ts", "scripts": { "install": "prebuild-install || node-gyp rebuild", "build": "tsc", "pretest": "yarn build", "test": "jest -c jest.json", "prepublish": "yarn build && yarn test", "postpublish": "git push --follow-tags", "benchmark": "ts-node benchmarks/reg.ts", "prettier": "prettier --write lib/*.ts test/*.ts", "check-prettier": "prettier --list-different lib/*.ts test/*.ts", "prebuild-node": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 --strip", "prebuild-node-ia32": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -a ia32 --strip", "prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -r electron --strip", "prebuild-electron-ia32": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -r electron -a ia32 --strip", "upload": "node ./script/upload.js" }, "repository": { "type": "git", "url": "git+https://github.com/desktop/registry-js.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/desktop/registry-js/issues" }, "homepage": "https://github.com/desktop/registry-js#readme", "devDependencies": { "@types/benchmark": "^1.0.31", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", "benchmark": "^2.1.4", "jest": "^24.0.0", "node-abi": "2.10.0", "prebuild": "^9.0.0", "prettier": "^1.14.2", "ts-node": "^8.0.1", "typescript": "^3.0.1" }, "dependencies": { "nan": "^2.10.0", "prebuild-install": "^5.2.4" }, "resolutions": { "**/node-abi": "2.10.0" } }