-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.36 KB
/
package.json
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
{
"name": "mask-token-lists",
"version": "0.0.77",
"repository": "https://github.com/DimensionDev/Mask-Token-Lists.git",
"license": "MIT",
"author": "guanbinrui <[email protected]>",
"main": "index.js",
"scripts": {
"publish": "gh-pages -d ./dist"
},
"dependencies": {
"cross-fetch": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch-cache": "^4.1.0",
"semver": "^7.6.0",
"urlcat": "^2.0.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^18.19.31",
"@types/node-fetch": "^2.6.1",
"@types/prettier": "^2.4.4",
"@types/puppeteer": "^5.4.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.5.0",
"cspell": "^8.7.0",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"gh-pages": "^3.1.0",
"https-proxy-agent": "^7.0.4",
"node-fetch": "^2.7.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
}
}