-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.41 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
42
43
44
45
46
47
48
49
50
51
{
"name": "@sushiswap/default-token-list",
"version": "23.15.0",
"description": "◦ The SushiSwap default token list",
"main": "build/sushiswap-default.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node internal/write.js > build/sushiswap-default.tokenlist.json",
"prepublishOnly": "npm test && npm run build",
"sync": "node internal/sync.js"
},
"files": [
"build/sushiswap-default.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sushiswap/default-token-list.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"sushiswap",
"default",
"token",
"list"
],
"author": "Matthew Lilley <hello@matthewlilley.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/sushiswap/default-token-list/issues"
},
"homepage": "https://github.com/sushiswap/default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@ethersproject/solidity": "^5.3.0",
"@octokit/rest": "^18.6.2",
"@sushiswap/core-sdk": "^1.0.0-canary.36",
"@uniswap/token-lists": "1.0.0-beta.25",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"lodash": "^4.17.21",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"xlsx": "^0.17.0"
},
"dependencies": {
"raise-version": "^0.5.0"
}
}