{
  "name": "shadriz",
  "version": "5.0.2",
  "main": "dist/index.js",
  "bin": {
    "shadriz": "./dist/index.js"
  },
  "scripts": {
    "test": "vitest",
    "build": "tsc && cp -R templates dist && cp -R README.md dist/",
    "start": "node dist/index.js",
    "docs:build": "tsx docs/scripts/build",
    "docs:dev": "nodemon --exec \"tsx docs/scripts/build && npx serve docs/dist\" --ignore ./docs/dist/ --ext hbs,js,css,md,ts --watch ./docs"
  },
  "author": "travisluong",
  "license": "MIT",
  "description": "a full stack framework next.js shadcnui and drizzle orm",
  "dependencies": {
    "@inquirer/prompts": "^5.3.0",
    "@types/pluralize": "^0.0.33",
    "chalk": "^4.1.2",
    "change-case-all": "^2.1.0",
    "commander": "^12.1.0",
    "handlebars": "^4.7.8",
    "marked": "^13.0.2",
    "pluralize": "^8.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.5.2",
    "vitest": "^2.0.2"
  },
  "devDependencies": {
    "nodemon": "^3.1.7",
    "tailwindcss": "^3.4.14"
  }
}
