{
  "name": "directorygenerator",
  "version": "1.0.10",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "ts-node src/index.ts",
    "build": "tsc && shx rm -rf dist/templates && shx cp -r src/templates dist",
    "dev": "nodemon src/server.ts"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/ejs": "^3.0.4",
    "@types/express": "^4.17.7",
    "@types/inquirer": "^6.5.0",
    "@types/node": "^14.0.23",
    "@types/shelljs": "^0.8.8",
    "nodemon": "^2.0.4",
    "shx": "^0.3.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "body-parser": "^1.19.0",
    "ejs": "^3.1.3",
    "express": "^4.17.1",
    "inquirer": "^7.3.2",
    "shelljs": "^0.8.4"
  },
  "bin": {
    "template": "./dist/index.js"
  }
}
