2020-10-02 17:52:19 -04:00
|
|
|
{
|
|
|
|
"name": "@npmcli/run-script",
|
2025-04-10 14:36:22 -07:00
|
|
|
"version": "9.1.0",
|
2020-10-02 17:52:19 -04:00
|
|
|
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
|
2022-02-24 21:41:49 +00:00
|
|
|
"author": "GitHub Inc.",
|
2020-10-02 17:52:19 -04:00
|
|
|
"license": "ISC",
|
|
|
|
"scripts": {
|
|
|
|
"test": "tap",
|
2024-10-05 06:54:06 -07:00
|
|
|
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
|
|
|
|
"lint": "npm run eslint",
|
|
|
|
"lintfix": "npm run eslint -- --fix",
|
2022-04-14 21:57:02 +00:00
|
|
|
"postlint": "template-oss-check",
|
2022-02-24 21:41:49 +00:00
|
|
|
"snap": "tap",
|
2022-04-14 21:57:02 +00:00
|
|
|
"posttest": "npm run lint",
|
|
|
|
"template-oss-apply": "template-oss-apply --force"
|
2020-10-02 17:52:19 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/eslint-config": "^5.0.0",
|
2025-04-10 14:36:22 -07:00
|
|
|
"@npmcli/template-oss": "4.24.1",
|
2024-02-29 07:28:15 -08:00
|
|
|
"spawk": "^1.8.1",
|
2022-04-14 21:57:02 +00:00
|
|
|
"tap": "^16.0.1"
|
2020-10-02 17:52:19 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/node-gyp": "^4.0.0",
|
|
|
|
"@npmcli/package-json": "^6.0.0",
|
|
|
|
"@npmcli/promise-spawn": "^8.0.0",
|
2024-12-05 07:24:47 -08:00
|
|
|
"node-gyp": "^11.0.0",
|
2024-10-05 06:54:06 -07:00
|
|
|
"proc-log": "^5.0.0",
|
|
|
|
"which": "^5.0.0"
|
2020-10-02 17:52:19 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2022-04-14 21:57:02 +00:00
|
|
|
"bin/",
|
|
|
|
"lib/"
|
2020-10-02 17:52:19 -04:00
|
|
|
],
|
|
|
|
"main": "lib/run-script.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-10-05 06:54:06 -07:00
|
|
|
"url": "git+https://github.com/npm/run-script.git"
|
2022-02-24 21:41:49 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"node": "^18.17.0 || >=20.5.0"
|
2022-02-24 21:41:49 +00:00
|
|
|
},
|
|
|
|
"templateOSS": {
|
2022-04-14 21:57:02 +00:00
|
|
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
2025-04-10 14:36:22 -07:00
|
|
|
"version": "4.24.1",
|
2023-05-07 03:37:34 -07:00
|
|
|
"publish": "true"
|
2022-12-06 22:18:33 -05:00
|
|
|
},
|
|
|
|
"tap": {
|
|
|
|
"nyc-arg": [
|
|
|
|
"--exclude",
|
|
|
|
"tap-snapshots/**"
|
|
|
|
]
|
2020-10-02 17:52:19 -04:00
|
|
|
}
|
|
|
|
}
|