-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
41 lines (41 loc) · 1.42 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
{
"name": "@ubeswap/default-token-list",
"version": "4.1.68",
"description": "Ubeswap default token list",
"main": "ubeswap.token-list.json",
"repository": "[email protected]:ubeswap/default-token-list.git",
"author": "Ian Macalinao <[email protected]>",
"license": "MIT",
"devDependencies": {
"@ethersproject/address": "^5.4.0",
"@types/node": "^16.3.2",
"@types/probe-image-size": "^7.0.1",
"@uniswap/token-lists": "^1.0.0-beta.25",
"ajv": "^8.6.1",
"ajv-formats": "^2.1.0",
"deepmerge": "^4.2.2",
"husky": ">=7.0.1",
"lint-staged": ">=11.0.1",
"prettier": "^2.3.2",
"probe-image-size": "^7.2.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"lint-staged": {
"*.{js,css,md,json,yaml,yml,ts}": "prettier --write",
"*.png": "yarn lint-images"
},
"scripts": {
"build": "ts-node scripts/cleanupTokens.ts && ts-node scripts/buildLists.ts && ts-node scripts/validateImages.ts && prettier --write .",
"lint": "ts-node scripts/validateLists.ts",
"lint-images": "ts-node scripts/validateImages.ts",
"prepack": "npm run build && git add .",
"prepare": "husky install"
},
"files": [
"ubeswap.token-list.json",
"ubeswap-experimental.token-list.json"
],
"prettier": {},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}