-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
43
44
45
46
{
"name": "@holdstation/worldchain",
"version": "4.0.35",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npx yarn-workspaces-foreach -ptj 2 \"yarn run build\"",
"bump:minor": "node scripts/bump.js minor",
"bump:patch": "node scripts/bump.js patch",
"bump:major": "node scripts/bump.js major",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "patch-package",
"create-patch": "./scripts/create-browser-patch.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@worldcoin/minikit-js": "^1.8.0",
"async-mutex": "^0.5.0",
"bignumber.js": "^9.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.4.0",
"ethers": "^5.8.0",
"idb": "^8.0.2",
"jest": "^29.7.0",
"patch-package": "^8.0.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"yarn-workspaces-foreach": "^0.2.0"
}
}