mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 03:05:04 -06:00
b153edbf4f
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"name": "prisma-ucast-e2e",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@open-policy-agent/ucast-prisma": "^0.1.6",
|
|
"@prisma/adapter-pg": "^7.2.0",
|
|
"@prisma/client": "^7.2.0",
|
|
"pg": "^8.16.3"
|
|
},
|
|
"devDependencies": {
|
|
"prisma": "^7.2.0"
|
|
},
|
|
"overrides": {
|
|
"hono": "^4.11.4"
|
|
}
|
|
}
|