Files
bps/prisma-test/package.json
T
2025-05-11 15:36:52 +08:00

18 lines
327 B
JSON

{
"name": "prisma-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@prisma/client": "^6.7.0",
"prisma": "^6.7.0"
}
}