{
  "name": "create-caspian-app",
  "version": "1.4.5",
  "description": "Scaffold a new Caspian project (FastAPI-powered reactive Python framework).",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run tsc"
  },
  "bin": {
    "create-caspian-app": "dist/index.js",
    "casp": "dist/caspian.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheSteelNinjaCode/create-caspian-app.git"
  },
  "homepage": "https://caspian.tsnc.tech/",
  "keywords": [
    "caspian",
    "caspian orm",
    "prisma",
    "python",
    "nodejs",
    "venv",
    "orm",
    "database",
    "boilerplate"
  ],
  "author": "Jefferson Abraham Omier <thesteelninjacode@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^6.0.0",
    "prompts": "^2.4.2"
  }
}
