zenstack/tests/integration/test-run/package.json
2025-11-18 16:11:01 -08:00

21 lines
543 B
JSON

{
"name": "test-run",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "6.19.x",
"@zenstackhq/runtime": "file:../../../packages/runtime/dist",
"prisma": "6.19.x",
"react": "^18.2.0",
"swr": "^1.3.0",
"zenstack": "file:../../../packages/schema/dist",
"zod": "^3.25.0"
}
}