@sodacore/prisma
Version:
Sodacore Prisma is a plugin that initialises the Prisma ORM within your project.
73 lines (72 loc) • 1.41 kB
JSON
{
"name": "@sodacore/prisma",
"description": "Sodacore Prisma is a plugin that initialises the Prisma ORM within your project.",
"version": "0.3.34",
"license": "Apache-2.0",
"homepage": "https://sodacore.dev",
"module": "false",
"type": "module",
"main": "dist/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"bun",
"@bun",
"sodacore",
"sodacore-plugin",
"soda",
"framework",
"decorator",
"typescript",
"engine",
"prisma",
"orm",
"mysql",
"postgresql",
"mongodb",
"database",
"object-relational-mapping",
"mysql"
],
"files": [
"dist"
],
"author": {
"name": "Sodacore Team",
"email": "sodacoredev@gmail.com",
"url": "https://sodacore.dev"
},
"bugs": {
"url": "https://github.com/sodacore/core/issues",
"email": "sodacoredev@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sodacore/core.git",
"directory": "packages/prisma"
},
"engines": {
"bun": ">=1.1.20"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.9.2"
},
"dependencies": {
"@mrleebo/prisma-ast": "^0.13.0",
"@prisma/client": "^6.16.2",
"@sodacore/core": "^0.3.34",
"@sodacore/di": "^0.3.34",
"@sodacore/registry": "^0.3.34",
"prisma": "^6.16.2",
"reflect-metadata": "^0.2.2"
}
}