-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.53 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.53 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
47
48
49
50
{
"name": "root",
"scripts": {
"build": "pnpm turbo run build",
"test": "pnpm turbo run test",
"lint": "pnpm turbo run lint",
"lint:fix": "pnpm turbo run lint -- --fix",
"clean": "rm -rf ./node_modules .turbo"
},
"devDependencies": {
"@layerzerolabs/eslint-configuration": "workspace:*",
"@types/node": "catalog:",
"eslint": "catalog:",
"prettier": "catalog:",
"prettier-plugin-packagejson": "catalog:",
"prettier-plugin-solidity": "catalog:",
"prettier-plugin-tailwindcss": "catalog:",
"tsup": "catalog:",
"tsx": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.20.0",
"npm": ">=10.9.0"
},
"pnpm": {
"overrides": {
"@electron/notarize": "2.3.2",
"@solana/web3.js": "1.95.8",
"axios@^0": "^0.30.2",
"axios@^1": "^1.13.5",
"fast-xml-parser@^4": "^4.5.4",
"fast-xml-parser@^5": "^5.3.6",
"form-data@^4": "^4.0.4",
"h3@^1": "^1.15.5",
"hardhat-deploy": "^0.12.4",
"jws": "4.0.1",
"minimatch@^3": "^3.1.4",
"minimatch@^5": "^5.1.8",
"minimatch@^7": "^7.4.8",
"minimatch@^9": "^9.0.7",
"minimatch@^10": "^10.2.3",
"qs@^6": "^6.14.1",
"rollup@^4": "^4.59.0"
}
}
}