{
  "name": "plant-cli",
  "version": "1.36.0",
  "keywords": [
    "cli-app",
    "generator",
    "react",
    "frontend",
    "express",
    "tool",
    "boilerplate"
  ],
  "description": "cli for quick, opinionated creation of typescript projects",
  "main": "dist/src/index.js",
  "bin": {
    "plant": "./dist/src/index.js"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublish": "npm run build && node dist/src/publish && npm run make:readme",
    "precommit": "npm run make:readme && git add README.md",
    "publish:minor": "npm version minor && npm publish",
    "make:readme": "npm run build && node dist/src/readme"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/illberoy/plant-cli.git"
  },
  "author": "Roy Sommer",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/illberoy/plant-cli/issues"
  },
  "homepage": "https://github.com/illberoy/plant-cli#readme",
  "devDependencies": {
    "@types/argparse": "^1.0.34",
    "@types/dependency-tree": "^6.1.0",
    "@types/ejs": "^2.6.0",
    "@types/node": "^10.5.2",
    "@types/ora": "^1.3.4",
    "dependency-tree": "^7.0.2",
    "ejs": "^2.6.1",
    "husky": "^0.14.3",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "argparse": "^1.0.10",
    "axios": "^0.18.0",
    "execa": "^0.10.0",
    "ora": "^2.1.0"
  }
}
