{
  "name": "@genezio/create-genezio-app",
  "version": "0.1.3",
  "description": "Start a full-stack genezio app",
  "main": "src/index.ts",
  "scripts": {
    "copy-non-ts-files": "copyfiles -a -u 1 \"src/templates/basic/**/*\" \"build/\"",
    "clean": "rimraf build",
    "build": "npx tsc && npm run copy-non-ts-files && npm install -g",
    "lint": "eslint src/ --max-warnings=0",
    "test": "jest",
    "release": "npm run build && npm publish"
  },
  "type": "module",
  "author": "genezio",
  "license": "GPL-3",
  "repository": {
    "type": "git",
    "url": "https://github.com/Genez-io/create-genezio-app.git"
  },
  "keywords": [
    "genezio",
    "create-genezio-app",
    "serverless",
    "react",
    "typescript",
    "javascript"
  ],
  "bin": {
    "create-genezio-app": "./build/index.js"
  },
  "engines": {
    "node": ">= 14"
  },
  "dependencies": {
    "commander": "~10.0.1",
    "execa": "~7.1.1",
    "fs-extra": "~11.1.1",
    "inquirer": "~9.2.6",
    "loglevel": "~1.8.1",
    "loglevel-plugin-prefix": "~0.8.4",
    "mustache": "~4.2.0",
    "process": "~0.11.10",
    "readline": "~1.3.0",
    "simple-git": "~3.18.0",
    "unique-names-generator": "~4.7.1"
  },
  "devDependencies": {
    "@types/fs-extra": "~11.0.1",
    "@types/inquirer": "~9.0.3",
    "@types/mustache": "~4.2.2",
    "@typescript-eslint/eslint-plugin": "~5.59.7",
    "copyfiles": "~2.4.1",
    "eslint": "~8.41.0",
    "eslint-config-standard-with-typescript": "~34.0.1",
    "eslint-plugin-import": "~2.27.5",
    "eslint-plugin-n": "~15.7.0",
    "eslint-plugin-promise": "~6.1.1",
    "rimraf": "~5.0.1",
    "typescript": "~5.0.4"
  }
}
