-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
33 lines (33 loc) · 869 Bytes
/
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
{
"name": "customized-token-list",
"version": "0.0.1",
"description": "Custom token list for li.finance",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lifinance/customized-token-list.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lifinance/customized-token-list/issues"
},
"homepage": "https://github.com/lifinance/customized-token-list#readme",
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/json": "^0.9.0",
"@types/jest": "^29.5.3",
"@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",
"jest": "^29.6.1",
"prettier": "^3.4.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
}