-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 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
{
"name": "berachain-metadata",
"version": "1.0.0",
"description": "",
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "biome format --write",
"validate:images": "tsx scripts/validateImages.ts",
"validate:json": "tsx scripts/validateJSON.ts",
"validate:data": "tsx scripts/validateOnChainData/main.ts",
"validate": "pnpm run validate:json && pnpm run validate:images && pnpm run validate:data",
"metadata:missing": "tsx scripts/manageVaultsFromApi.ts add",
"lint": "biome lint .",
"check": "biome check ."
},
"keywords": [
"berachain",
"metadata",
"tokens",
"validators",
"vaults"
],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@types/node": "22.13.13",
"ajv": "8.18.0",
"ajv-formats": "^3.0.1",
"cloudinary": "^2.5.0",
"dotenv": "^16.4.5",
"tsx": "4.19.3",
"viem": "2.44.0"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
"dependencies": {
"@actions/core": "^1.11.1",
"@berachain/berajs": "0.1.0",
"chalk": "^5.4.1",
"cloudinary": "^2.5.0",
"jsonc-parser": "^3.3.1",
"sharp": "^0.34.2"
}
}