mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
22 lines
574 B
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"
|
|
}
|
|
}
|