-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "token-lists",
"version": "1.35.20",
"description": "Manages custom token lists for Brave Wallet",
"type": "module",
"dependencies": {
"@solana-program/token": "0.13.0",
"@solana-program/token-2022": "0.9.0",
"@solana/kit": "6.9.0",
"ethers": "6.16.0"
},
"devDependencies": {
"@types/node": "24.12.4",
"eslint": "9.39.4",
"jiti": "2.7.0",
"tsx": "4.22.1",
"typescript": "6.0.3",
"typescript-eslint": "8.59.3",
"vitest": "4.1.7"
},
"scripts": {
"start": "tsx scripts/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"lint": "eslint",
"publish-token-package": "npm publish ./build",
"generate-coingecko-universe": "tsx scripts/coingecko-universe.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/token-lists.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/token-lists/issues"
},
"homepage": "https://github.com/brave/token-lists#readme",
"packageManager": "pnpm@11.3.0"
}