prisma-client-php
Version:
Prisma Client PHP is an auto-generated query builder that enables type-safe database access in PHP.
32 lines (31 loc) • 776 B
JSON
{
"name": "prisma-client-php",
"description": "Prisma Client PHP is an auto-generated query builder that enables type-safe database access in PHP.",
"version": "4.1.1",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ppo": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSteelNinjaCode/prisma-client-php.git"
},
"author": "Jefferson Abraham Omier <thesteelninjacode@gmail.com>",
"license": "MIT",
"keywords": [
"prisma",
"client",
"php",
"prisma-client",
"prisma-client-php"
],
"dependencies": {
"chalk": "^5.6.0",
"crypto-js": "^4.2.0"
}
}