forked from sushiswap/default-token-list
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "@mistswapdex/default-token-list",
"version": "0.0.53",
"description": "◦ The MISTswap default token list",
"main": "build/mistswap-default.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node internal/write.js > build/mistswap-default.tokenlist.json",
"prepare": "husky install",
"prepublishOnly": "npm test && npm run build",
"pre-commit": "lint-staged",
"sync": "node internal/sync.js"
},
"files": [
"build/mistswap-default.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mistswapdex/default-token-list.git"
},
"keywords": [
"mistswap",
"default",
"token",
"list"
],
"author": "Matthew Lilley <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mistswapdex/default-token-list/issues"
},
"homepage": "https://github.com/mistswapdex/default-token-list#readme",
"devDependencies": {
"@commitlint/config-conventional": "^13.1.0",
"@ethersproject/address": "^5.0.2",
"@ethersproject/solidity": "^5.3.0",
"@mistswapdex/sdk": "^0.0.2",
"@octokit/rest": "^18.6.2",
"@uniswap/token-lists": "^1.0.0-beta.19",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"husky": "^7.0.2",
"lodash": "^4.17.21",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"xlsx": "^0.17.0"
},
"dependencies": {
"commitlint": "^13.1.0",
"lint-staged": "^11.1.2"
}
}