{
  "_id": "@npmcli/run-script@4.1.7",
  "_inBundle": true,
  "_location": "/npm/@npmcli/run-script",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/@npmcli/arborist",
    "/npm/libnpmexec",
    "/npm/libnpmpack",
    "/npm/libnpmversion",
    "/npm/pacote"
  ],
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/run-script/issues"
  },
  "dependencies": {
    "@npmcli/node-gyp": "^2.0.0",
    "@npmcli/promise-spawn": "^3.0.0",
    "node-gyp": "^9.0.0",
    "read-package-json-fast": "^2.0.3",
    "which": "^2.0.2"
  },
  "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
  "devDependencies": {
    "@npmcli/eslint-config": "^3.0.1",
    "@npmcli/template-oss": "3.5.0",
    "minipass": "^3.1.6",
    "require-inject": "^1.4.4",
    "tap": "^16.0.1"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/run-script#readme",
  "license": "ISC",
  "main": "lib/run-script.js",
  "name": "@npmcli/run-script",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/run-script.git"
  },
  "scripts": {
    "eslint": "eslint",
    "lint": "eslint \"**/*.js\"",
    "lintfix": "npm run lint -- --fix",
    "postlint": "template-oss-check",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "3.5.0"
  },
  "version": "4.1.7"
}
