-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 750 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "quick-start",
"private": true,
"scripts": {
"generate": "zen generate",
"dev": "tsx main.ts",
"client": "sh ./client-test.sh",
"up": "npm i @zenstackhq/cli@latest @zenstackhq/orm@latest @zenstackhq/plugin-policy@latest @zenstackhq/server@latest"
},
"devDependencies": {
"@types/express": "^5.0.5",
"@types/node": "^24.1.0",
"@types/sql.js": "^1.4.9",
"@zenstackhq/cli": "^3.6.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"dependencies": {
"@zenstackhq/orm": "^3.6.2",
"@zenstackhq/plugin-policy": "^3.6.2",
"@zenstackhq/server": "^3.6.2",
"express": "^5.1.0",
"sql.js": "^1.13.0"
}
}