forked from lifinance/customized-token-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 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": "customized-token-list",
"version": "0.0.1",
"description": "Custom token list for li.finance",
"scripts": {
"lint": "eslint .",
"test": "jest",
"postinstall": "husky",
"validateImages": "ts-node test/validateImages.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lifinance/customized-token-list.git"
},
"author": {
"name": "LI.FI",
"url": "https://li.fi"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/lifinance/customized-token-list/issues"
},
"homepage": "https://github.com/lifinance/customized-token-list#readme",
"packageManager": "pnpm@9.15.0",
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/json": "^0.9.0",
"@lifi/types": "^17.46.0",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.17.20",
"@types/node": "^22.10.2",
"ajv": "^8.12.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"jest": "^29.6.1",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.1.6"
},
"dependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0"
}
}