-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "z-base",
"version": "1.0.0",
"description": "z-base is a zero-knowledge state relay and persistence layer designed to make privacy-preserving web applications the default, not an afterthought.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev",
"cf-typegen": "wrangler types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/z-base/z-base.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/z-base/z-base/issues"
},
"homepage": "https://github.com/z-base/z-base#readme",
"dependencies": {
"chanfana": "^2.6.3",
"hono": "^4.6.20",
"zod": "^3.24.1"
},
"devDependencies": {
"esbuild": "^0.27.2",
"playwright": "^1.57.0",
"typescript": "^5.9.3",
"@types/node": "22.13.0",
"@types/service-worker-mock": "^2.0.4",
"wrangler": "^4.59.2"
}
}