{
  "name": "@nathapp/na-cli",
  "version": "1.0.6",
  "main": "dist/index.js",
  "scripts": {
    "start": "npm run build && node dist/index.js",
    "build": "tsc && shx rm -rf dist/templates && shx cp -r templates dist"
  },
  "bin": {
    "na-cli": "./dist/index.js",
    "na": "./dist/index.js"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/ejs": "^3.1.1",
    "@types/inquirer": "^0.0.43",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^18.11.18",
    "@types/shelljs": "^0.8.5",
    "@types/yargs": "^17.0.19",
    "shx": "^0.3.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "dotenv": "^16.0.3",
    "ejs": "^3.1.8",
    "inquirer": "^6.2.0",
    "js-yaml": "^4.1.0",
    "shelljs": "^0.8.5",
    "yargs": "^17.6.2"
  }
}
