{
  "name": "can-i-ignore-scripts",
  "version": "0.1.9",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "sh ./test/e2e.sh",
    "prepublishOnly": "npm test",
    "prepare": "cp ../data.json ./ && cp ../README.md ./"
  },
  "bin": "index.js",
  "keywords": [
    "security",
    "postinstall",
    "preinstall",
    "npm"
  ],
  "author": "naugtur <naugtur@gmail.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/naugtur/can-i-ignore-scripts.git"
  },
  "bugs": {
    "url": "https://github.com/naugtur/can-i-ignore-scripts/issues"
  },
  "homepage": "https://github.com/naugtur/can-i-ignore-scripts#readme",
  "files": [
    "index.js",
    "data.json"
  ],
  "dependencies": {
    "glob": "^7.1.7",
    "lodash": "^4.17.21",
    "undici": "^5.11.0"
  },
  "devDependencies": {
    "pre-commit": "^1.2.2"
  }
}
