{
  "name": "pinst",
  "version": "3.0.0",
  "description": "Enable or disable npm postinstall hook",
  "main": "index.js",
  "bin": {
    "pinst": "bin.js"
  },
  "files": [
    "index.js",
    "bin.js"
  ],
  "scripts": {
    "test": "jest",
    "lint": "eslint .",
    "fix": "npm run lint -- --fix",
    "_postinstall": "husky install",
    "preversion": "npm test && npm run lint",
    "postversion": "git push && git push --tags && npm publish",
    "prepack": "node bin --disable",
    "postpack": "node bin --enable"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typicode/pinst.git"
  },
  "keywords": [
    "npm",
    "postinstall",
    "lifecycle",
    "dev",
    "devpostinstall"
  ],
  "author": "typicode <typicode@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/typicode/pinst/issues"
  },
  "homepage": "https://github.com/typicode/pinst#readme",
  "devDependencies": {
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-config-xo-space": "^0.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "husky": "^5.0.6",
    "jest": "^26.6.3",
    "prettier": "2.2.1",
    "tempy": "^1.0.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "jest": {
    "testURL": "http://localhost/"
  }
}
