{
  "name": "create-prisma-php-app",
  "version": "5.0.3",
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "create-prisma-php-app": "dist/index.js",
    "pp": "dist/prisma-php.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheSteelNinjaCode/create-prisma-php-app.git"
  },
  "homepage": "https://prismaphp.tsnc.tech/",
  "keywords": [
    "prisma php",
    "prisma php orm",
    "prisma",
    "php",
    "nodejs",
    "composer",
    "orm",
    "database",
    "boilerplate"
  ],
  "author": "Jefferson Abraham Omier <thesteelninjacode@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^6.0.0",
    "crypto-js": "^4.2.0",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^26.4.0",
    "@types/prompts": "^2.4.9",
    "ts-node": "^10.9.2",
    "typescript": "^7.0.2"
  }
}
