{
  "name": "project-template-ks",
  "version": "1.0.2",
  "main": "dist/index.js",
  "scripts": {
    "start": "ts-node src/index.ts",
    "build": "tsc && shx rm -rf dist/templates && shx cp -r templates dist",
    "deploy": "npm publish"
  },
  "bin": {
    "kscli": "./dist/index.js"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/ejs": "^2.6.0",
    "@types/inquirer": "^0.0.43",
    "@types/node": "^10.9.4",
    "@types/shelljs": "^0.8.0",
    "@types/yargs": "^11.1.1",
    "shx": "^0.3.2",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.3"
  },
  "dependencies": {
    "ejs": "^2.6.1",
    "inquirer": "^6.2.0",
    "shelljs": "^0.8.2",
    "yargs": "^12.0.1"
  }
}
