{
  "name": "commandpost",
  "author": "vvakame",
  "version": "1.4.0",
  "description": "commandline option parser",
  "main": "./lib/index",
  "repository": {
    "type": "git",
    "url": "https://github.com/vvakame/commandpost.git"
  },
  "bugs": {
    "url": "https://github.com/vvakame/commandpost/issues"
  },
  "homepage": "https://github.com/vvakame/commandpost",
  "license": "MIT",
  "scripts": {
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "build": "tslint --fix -c tslint.json -p tsconfig.json && tsfmt -r && tsc",
    "test": "npm run build && mocha --reporter spec --timeout 20000 --require intelli-espower-loader"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.7.1",
    "conventional-changelog-cli": "^2.0.1",
    "intelli-espower-loader": "^1.0.1",
    "mocha": "^5.2.0",
    "power-assert": "^1.6.0",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1",
    "typescript-formatter": "^7.0.1"
  }
}
