-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "@uniswap/extended-token-list",
"version": "10.0.0",
"description": "◦ The Uniswap extended token list",
"main": "build/uniswap-extended.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/uniswap-extended.tokenlist.json",
"prepublishOnly": "npm test && npm run build"
},
"files": [
"build/uniswap-extended.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Uniswap/extended-token-list.git"
},
"keywords": [
"uniswap",
"extended",
"token",
"list"
],
"author": "Matteen Mobasheran",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Uniswap/extended-token-list/issues"
},
"homepage": "https://github.com/Uniswap/extended-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@uniswap/default-token-list": "*11.1.0",
"@uniswap/token-list-bridge-utils": "^2.4.0",
"@uniswap/token-lists": "^1.0.0-beta.31",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2"
}
}