{
  "name": "userscript-meta-cli",
  "version": "0.4.2",
  "description": "A CLI build tool for userscript metadata block",
  "keywords": [
    "userscript",
    "build",
    "cli"
  ],
  "homepage": "https://github.com/eight04/userscript-meta-cli",
  "bugs": "https://github.com/eight04/userscript-meta-cli/issues",
  "license": "MIT",
  "author": "eight04 <eight04@gmail.com>",
  "bin": {
    "userscript-meta": "cli.js"
  },
  "main": "index.js",
  "files": [
    "cli.js"
  ],
  "repository": "eight04/userscript-meta-cli",
  "scripts": {
    "test": "eslint **/*.js && nyc --reporter=html mocha",
    "preversion": "npm test",
    "version": "npm run build && git add .",
    "postversion": "git push --follow-tags && npm publish",
    "build": "crlf --set=LF cli.js"
  },
  "devDependencies": {
    "crlf": "^1.1.1",
    "eslint": "^5.3.0",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "proxyquire": "^2.0.1",
    "sinon": "^6.1.4"
  },
  "dependencies": {
    "fs-extra": "^7.0.0",
    "neodoc": "^2.0.2",
    "userscript-meta": "^1.0.1"
  },
  "engines": {
    "node": ">=7"
  },
  "eslintIgnore": [
    "coverage"
  ]
}
