{
  "name": "openteam-postinstall",
  "version": "1.0.2",
  "description": "Lightweight npm postinstall message and donate etc.",
  "main": "index.js",
  "bin": "postinstall.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "node ./index.js",
    "postinstall": "node -e \"try{require('./index')}catch(e){}\"",
    "postpack": "npm run postinstall",
    "prepublish": "npm run postinstall"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JoeyBling/openteam-postinstall.git"
  },
  "keywords": [
    "opensource",
    "postinstall",
    "donate",
    "log",
    "logger"
  ],
  "author": {
    "name": "JoeyBling",
    "email": "2434387555@qq.com",
    "url": "https://zhousiwei.gitee.io"
  },
  "openteam": {
    "debug": false,
    "github": "https://github.com/JoeyBling",
    "donate": {
      "enable": true,
      "url": "https://zhousiwei.gitee.io/ibooks/about/#%E6%89%93%E8%B5%8F"
    },
    "others": {
      "banner": "\n\u001B[96mAlso, the author of ${name} (\u001B[94m${openteam.github}\u001B[96m) is looking for a good job -)\u001B[0m\n"
    }
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JoeyBling/openteam-postinstall/issues"
  },
  "homepage": "https://github.com/JoeyBling/openteam-postinstall",
  "dependencies": {
    "lodash": "^4.17.15"
  }
}
