-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 833 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 833 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
36
37
38
39
{
"name": "@megaeth/tokenlist",
"version": "1.0.0",
"description": "MegaETH Token List",
"main": "megaeth.tokenlist.json",
"scripts": {
"generate": "ts-node src/generate.ts",
"build": "pnpm generate",
"test": "jest",
"format": "prettier --write ."
},
"keywords": [
"megaeth",
"tokenlist",
"ethereum",
"layer2"
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.0"
},
"packageManager": "pnpm@8.15.0",
"engines": {
"node": ">=18.0.0"
},
"overrides": {
"brace-expansion": "5.0.5",
"glob": ">=10.5.1",
"handlebars": "4.7.9",
"minimatch": "10.2.5",
"picomatch": "2.3.2"
}
}