zenstack/tests/integration/test-run/package.json

22 lines
574 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": "^4.8.0",
"@zenstackhq/runtime": "file:../../../packages/runtime/dist",
"prisma": "^4.8.0",
"react": "^18.2.0",
"swr": "^1.3.0",
"typescript": "^4.9.3",
"zenstack": "file:../../../packages/schema/dist",
"zod": "3.21.1"
}
}