-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 792 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
{
"name": "@dhkdao-self/app",
"private": true,
"license": "MIT",
"version": "1.0.0",
"description": "Self.xyz plugin prototype",
"contributors": [
"Jimmy Chu <jimmychu0807@gmail.com> (https://github.com/jimmychu0807)"
],
"keywords": [
"zk-passport",
"on-chain",
"self.xyz"
],
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"commit": "pnpm cz",
"dev": "pnpm -r --stream --filter './packages/*' run dev",
"lint": "pnpm -r --stream --filter './packages/*' run lint",
"build": "pnpm -r --stream --filter './packages/*' run build",
"test": "pnpm -r --stream --filter './packages/*' run test"
},
"devDependencies": {
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0"
},
"packageManager": "pnpm@10.14.0"
}