This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
forked from Uniswap/default-token-list
-
Notifications
You must be signed in to change notification settings - Fork 242
/
package.json
54 lines (54 loc) · 1.54 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
52
53
54
{
"name": "@sushiswap/default-token-list",
"version": "24.30.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",
"volume": "ts-node ./internal/tokenVolumes.ts"
},
"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 <[email protected]>",
"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.69",
"@uniswap/token-lists": "1.0.0-beta.25",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"graphql": "^16.3.0",
"graphql-request": "^4.1.0",
"lodash": "^4.17.21",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"xlsx": "^0.17.0",
"@types/node": "^17.0.21"
}
}