create-prisma-php-app
Version:
Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "create-prisma-php-app",
"version": "4.0.10",
"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": "^5.3.0",
"crypto-js": "^4.2.0",
"prompts": "^2.4.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.11.7",
"@types/prompts": "^2.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}