-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1 KB
/
package.json
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": "@minazone/zkapp-template",
"version": "1.0.0-alpha.31",
"description": "",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"format": "pnpm -r --filter='./packages/*' run format",
"prepare": "husky install"
},
"keywords": [],
"author": {
"name": "Milad Nekofar",
"url": "https://milad.nekofar.com",
"email": "milad@nekofar.com"
},
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "4.20240117.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"pnpm": "8.14.1",
"prettier": "3.2.4",
"prettier-plugin-organize-imports": "3.2.4",
"turbo": "1.11.3",
"typescript": "5.3.3",
"wrangler": "3.23.0"
},
"resolutions": {
"@babel/traverse": ">=7.23.2",
"undici": ">=5.26.2",
"zod": ">=3.22.3"
},
"engines": {
"node": "< 20"
},
"packageManager": "pnpm@8.6.5"
}