{
  "name": "generator-kodly-react-app",
  "version": "1.0.15",
  "description": "A Yeoman generator for creating React.js applications with Vite, TanStack Router, authentication, and i18n",
  "main": "index.js",
  "type": "module",
  "files": [
    "generators",
    "index.js"
  ],
  "keywords": [
    "yeoman-generator",
    "react",
    "vite",
    "typescript",
    "tanstack-router",
    "scaffolding",
    "generator"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "rm -rf generators/app/templates/node_modules generators/app/templates/dist generators/app/templates/.tanstack generators/app/templates/package-lock.json generators/app/templates/*.tsbuildinfo"
  },
  "author": "The Panther <info@thepanther.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:thepanther-io/kodly-react-yo-generator.git"
  },
  "bugs": {
    "url": "https://github.com/thepanther-io/kodly-react-yo-generator/issues"
  },
  "homepage": "https://github.com/thepanther-io/kodly-react-yo-generator#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "yeoman-generator": "^7.5.1",
    "lodash": "^4.17.21",
    "mem-fs": "^4.1.2",
    "mem-fs-editor": "^11.1.4"
  },
  "devDependencies": {
    "chalk": "^5.4.1"
  }
}
