forked from zkpassport/zkpassport-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 942 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 942 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
26
27
28
29
30
31
32
33
34
35
{
"name": "zkpassport-packages",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "turbo run build",
"build:types": "turbo run build:types",
"dev:build": "turbo run dev:build",
"test": "turbo run test",
"check": "turbo run check",
"format": "turbo run format",
"clean": "turbo run clean && rimraf node_modules/.cache"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/bun": "^1.3.1",
"@types/debug": "^4.1.12",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.13",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"tsc-alias": "^1.8.16",
"tsup": "^8.5.0",
"turbo": "^2.6.0",
"typescript": "^5.0.0"
},
"packageManager": "bun@1.3.1"
}