{
  "name": "@koba04/create-kintone-plugin",
  "version": "0.5.5",
  "description": "A CLI tool for creating a kintone plugin!",
  "bin": "bin/cli.js",
  "main": "dist/src/index.js",
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "chalk": "^2.4.0",
    "glob": "^7.1.2",
    "inquirer": "^5.2.0",
    "lodash": "^4.17.5",
    "meow": "^4.0.0",
    "node-rsa": "^0.4.2",
    "rimraf": "^2.6.2"
  },
  "devDependencies": {
    "@teppeis/kintone-plugin-packer": "^0.10.1",
    "@types/glob": "^5.0.35",
    "@types/inquirer": "^0.0.41",
    "@types/lodash": "^4.14.107",
    "@types/mocha": "^5.2.0",
    "@types/node": "^9.6.6",
    "@types/node-rsa": "^0.4.3",
    "@types/rimraf": "^2.0.2",
    "mocha": "^5.1.1",
    "npm-run-all": "^4.1.2",
    "prettier": "^1.12.1",
    "standard-version": "^4.3.0",
    "ts-node": "^6.0.0",
    "tslint": "^5.9.1",
    "tslint-plugin-prettier": "^1.3.0",
    "typescript": "^2.8.3"
  },
  "files": [
    "bin",
    "dist/src",
    "templates"
  ],
  "scripts": {
    "start": "tsc -w",
    "build": "tsc",
    "lint": "tslint -c tslint.json src/**/*.ts",
    "release": "run-s build lint test:all standard-version",
    "standard-version": "standard-version",
    "unittest": "mocha --require ts-node/register --watch-extensions ts test/**/*-test.ts",
    "test": "npm-run-all -s build -p lint unittest",
    "test:all": "run-p test e2e",
    "e2e": "mocha --require ts-node/register --watch-extensions ts test/e2e.ts"
  },
  "keywords": [
    "kintone"
  ],
  "author": "koba04",
  "license": "MIT"
}
