UNPKG

@godspeedsystems/plugins-prisma-as-datastore

Version:

Prisma as a datasource plugin for Godspeed Framework.

42 lines (41 loc) 1.17 kB
{ "name": "@godspeedsystems/plugins-prisma-as-datastore", "version": "3.0.1", "publishConfig": { "access": "public" }, "main": "dist/index.js", "types": "dist/index.d.js", "scripts": { "dev": "tsc --watch", "build": "tsc", "prepublishOnly": "npm run build" }, "author": { "name": "Godspeed Systems", "email": "admin@godspeed.systems" }, "license": "Godspeed License 1.0", "description": "Prisma as a datasource plugin for Godspeed Framework.", "devDependencies": { "@types/node": "^22.15.21", "nodemon": "^3.1.10", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { "@godspeedsystems/core": "^2.5.4", "@godspeedsystems/prisma-deterministic-search-field-encryption": "^0.0.6", "@prisma/client": "^6.8.2", "dotenv": "^16.5.0" }, "keywords": [ "godspeed", "lowcode", "microservice", "prisma", "datasource", "godspeed plugins" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }