{
  "name": "mangos-cli",
  "version": "1.6.5",
  "description": "",
  "main": "index.js",
  "type": "module",
  "bin": "./dist/index.js",
  "scripts": {
    "start": "node dist",
    "dev": "nodemon --no-stdin ./src/index.ts",
    "build": "shx rm -rf dist && tsc --project ./ && shx cp -r src/templates dist && shx cp -r src/extras dist && node -e \"const fs=require('fs');const path=require('path');const root='dist/templates';const skip=new Set(['dist','node_modules','.angular','.cache','.DS_Store']);function walk(dir){for(const name of fs.readdirSync(dir)){const file=path.join(dir,name);if(skip.has(name)){fs.rmSync(file,{recursive:true,force:true});continue}if(fs.statSync(file).isDirectory())walk(file)}}walk(root)\""
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/AlanAcDz/mangos-cli"
  },
  "devDependencies": {
    "@types/ejs": "^3.1.5",
    "@types/node": "^20.10.1",
    "@types/shelljs": "^0.8.15",
    "@types/yargs": "^17.0.32",
    "nodemon": "^3.0.1",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "chalk": "^5.3.0",
    "ejs": "^3.1.9",
    "shelljs": "^0.8.5",
    "yargs": "^17.7.2"
  }
}
