electron-rebuild
Version:
Electron supporting package to rebuild native node modules against the currently installed electron
63 lines (62 loc) • 1.75 kB
JSON
{
"name": "electron-rebuild",
"version": "1.8.5",
"description": "Electron supporting package to rebuild native node modules against the currently installed electron",
"main": "lib/src/main.js",
"typings": "lib/src/main.d.ts",
"scripts": {
"compile": "tsc",
"watch": "tsc -w",
"prepare": "npm run compile",
"mocha": "cross-env TS_NODE_FILES=true mocha --require ts-node/register ./test/*.ts",
"lint": "tslint --project tsconfig.json --exclude \"test/**/node_modules/**/*.ts\" \"src/**/*.ts\" \"test/**/*.ts\"",
"test": "npm run lint && npm run mocha"
},
"bin": {
"electron-rebuild": "lib/src/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/electron/electron-rebuild"
},
"keywords": [
"electron"
],
"author": "Paul Betts <paul@paulbetts.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron/electron-rebuild/issues"
},
"homepage": "https://github.com/electron/electron-rebuild",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"colors": "^1.3.3",
"debug": "^4.1.1",
"detect-libc": "^1.0.3",
"fs-extra": "^7.0.1",
"node-abi": "^2.8.0",
"node-gyp": "^4.0.0",
"ora": "^3.4.0",
"spawn-rx": "^3.0.0",
"yargs": "^13.2.2"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/debug": "^4.1.4",
"@types/fs-extra": "^5.0.4",
"@types/mocha": "^5.2.5",
"@types/node": "^11.13.7",
"@types/yargs": "^13.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"electron": "^2.0.18",
"mocha": "^6.1.4",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
}
}