{ "name": "@electron/rebuild", "version": "3.6.0", "description": "Electron supporting package to rebuild native node modules against the currently installed electron", "main": "lib/main.js", "typings": "lib/main.d.ts", "bin": { "electron-rebuild": "lib/cli.js" }, "files": [ "lib" ], "repository": { "type": "git", "url": "https://github.com/electron/rebuild" }, "author": "Paul Betts ", "license": "MIT", "homepage": "https://github.com/electron/rebuild", "engines": { "node": ">=12.13.0" }, "dependencies": { "@malept/cross-spawn-promise": "^2.0.0", "chalk": "^4.0.0", "debug": "^4.1.1", "detect-libc": "^2.0.1", "fs-extra": "^10.0.0", "got": "^11.7.0", "node-abi": "^3.45.0", "node-api-version": "^0.2.0", "node-gyp": "^9.0.0", "ora": "^5.1.0", "read-binary-file-arch": "^1.0.6", "semver": "^7.3.5", "tar": "^6.0.5", "yargs": "^17.0.1" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/chai": "^4.2.12", "@types/chai-as-promised": "^7.1.3", "@types/debug": "^4.1.5", "@types/fs-extra": "^9.0.1", "@types/mocha": "^9.0.0", "@types/node": "^17.0.8", "@types/node-abi": "^3.0.0", "@types/semver": "^7.3.9", "@types/tar": "^6.1.0", "@types/yargs": "^17.0.2", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "codecov": "^3.7.2", "cross-env": "^7.0.2", "electron": "^22.0.0", "eslint": "^7.7.0", "eslint-plugin-mocha": "^9.0.0", "mocha": "^9.0.1", "nyc": "^15.1.0", "ts-node": "^10.0.0", "typescript": "^4.0.2" }, "eslintIgnore": [ "*.d.ts", "node_modules" ], "mocha": { "extensions": [ "ts" ], "require": "ts-node/register" } }