98 lines
2.6 KiB
JSON
98 lines
2.6 KiB
JSON
|
|
{
|
||
|
|
"name": "@electron/rebuild",
|
||
|
|
"version": "4.0.3",
|
||
|
|
"description": "Electron supporting package to rebuild native node modules against the currently installed electron",
|
||
|
|
"type": "module",
|
||
|
|
"exports": "./lib/main.js",
|
||
|
|
"typings": "lib/main.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc",
|
||
|
|
"build:docs": "typedoc src/main.ts",
|
||
|
|
"coverage": "yarn prewarm-headers && nyc yarn spec",
|
||
|
|
"coverage:report": "nyc report --reporter=text-lcov > coverage.lcov",
|
||
|
|
"watch": "tsc -w",
|
||
|
|
"prepare": "yarn build",
|
||
|
|
"lint": "eslint --ext .ts .",
|
||
|
|
"spec": "tsc && mocha",
|
||
|
|
"test": "yarn prewarm-headers && yarn lint && yarn spec",
|
||
|
|
"prewarm-headers": "node-gyp install --ensure"
|
||
|
|
},
|
||
|
|
"bin": {
|
||
|
|
"electron-rebuild": "lib/cli.js"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib"
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/electron/rebuild.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"electron"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
"Ani Betts <anais@anaisbetts.org>",
|
||
|
|
"Electron Community"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/electron/rebuild/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/electron/rebuild",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=22.12.0"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"provenance": true
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@malept/cross-spawn-promise": "^2.0.0",
|
||
|
|
"debug": "^4.1.1",
|
||
|
|
"detect-libc": "^2.0.1",
|
||
|
|
"got": "^11.7.0",
|
||
|
|
"graceful-fs": "^4.2.11",
|
||
|
|
"node-abi": "^4.2.0",
|
||
|
|
"node-api-version": "^0.2.1",
|
||
|
|
"node-gyp": "^11.2.0",
|
||
|
|
"ora": "^5.1.0",
|
||
|
|
"read-binary-file-arch": "^1.0.6",
|
||
|
|
"semver": "^7.3.5",
|
||
|
|
"tar": "^7.5.6",
|
||
|
|
"yargs": "^17.0.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
||
|
|
"@tsconfig/node22": "^22.0.0",
|
||
|
|
"@types/chai": "^4.2.12",
|
||
|
|
"@types/chai-as-promised": "^7.1.3",
|
||
|
|
"@types/debug": "^4.1.5",
|
||
|
|
"@types/graceful-fs": "^4.1.9",
|
||
|
|
"@types/mocha": "^10.0.10",
|
||
|
|
"@types/node": "~22.10.7",
|
||
|
|
"@types/node-abi": "^3.0.0",
|
||
|
|
"@types/semver": "^7.3.9",
|
||
|
|
"@types/yargs": "^17.0.2",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||
|
|
"@typescript-eslint/parser": "^6.21.0",
|
||
|
|
"chai": "^4.2.0",
|
||
|
|
"chai-as-promised": "^7.1.1",
|
||
|
|
"electron": "^35.7.5",
|
||
|
|
"eslint": "^7.7.0",
|
||
|
|
"eslint-plugin-mocha": "^9.0.0",
|
||
|
|
"mocha": "^11.1.0",
|
||
|
|
"nyc": "^15.1.0",
|
||
|
|
"tsx": "^4.19.3",
|
||
|
|
"typedoc": "~0.25.13",
|
||
|
|
"typescript": "~5.4.5"
|
||
|
|
},
|
||
|
|
"nyc": {
|
||
|
|
"extends": "@istanbuljs/nyc-config-typescript"
|
||
|
|
},
|
||
|
|
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f",
|
||
|
|
"dependenciesMeta": {
|
||
|
|
"electron": {
|
||
|
|
"built": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|