{
  "name": "create-fast-app",
  "version": "0.4.1",
  "description": "A cli app to create a new project with a lot of templates",
  "type": "module",
  "main": "./lib/src/bin.js",
  "types": "./lib/src/bin.d.ts",
  "outline.exports": "named",
  "bin": {
    "fast-app": "./bin/fast-app.mjs"
  },
  "scripts": {
    "start": "npm run build && node ./bin/fast-app.mjs",
    "build": "npm run clean:some && bob-ts -i src -d lib && tsc",
    "prepare": "husky install && npm run build",
    "clean:some": "npx rimraf ./lib",
    "clean:all": "npx rimraf ./node_modules ./package-lock.json ./lib",
    "refresh": "npm run clean:all && npm install",
    "publish-npm": "npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:juanlatorre/fast-app.git"
  },
  "author": "Juan Latorre",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/juanlatorre/fast-app/issues"
  },
  "homepage": "https://github.com/juanlatorre/fast-app",
  "devDependencies": {
    "@types/async-retry": "^1.4.5",
    "@types/fs-extra": "^9.0.13",
    "@types/inquirer": "^9.0.3",
    "@types/needle": "^2.5.3",
    "@types/node": "^18.11.11",
    "@types/validate-npm-package-name": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^5.45.1",
    "@typescript-eslint/parser": "^5.45.1",
    "bob-ts": "^4.1.1",
    "esbuild": "^0.16.1",
    "eslint": "^8.29.0",
    "eslint-config-prettier": "^8.5.0",
    "husky": "^8.0.2",
    "prettier": "^2.8.0",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "async-retry": "^1.3.3",
    "boxen": "^7.0.0",
    "chalk": "^5.1.2",
    "commander": "^9.4.1",
    "fs-extra": "^11.1.0",
    "inquirer": "^9.1.4",
    "needle": "^3.2.0",
    "node-stream-zip": "^1.15.0",
    "update-check": "^1.5.4",
    "validate-npm-package-name": "^5.0.0"
  }
}
