-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 954 Bytes
/
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
{
"name": "@pooled-nft/token-list",
"version": "1.0.0",
"description": "The Pooled NFT token list",
"main": "build/pooled-nft.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/pooled-nft.tokenlist.json"
},
"files": [
"build/pooled-nft.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hifi-finance/pooled-nft-token-list.git"
},
"keywords": [
"pooled-nft",
"pooled nft",
"token",
"list"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hifi-finance/pooled-nft-token-list/issues"
},
"homepage": "https://github.com/hifi-finance/pooled-nft-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@uniswap/token-lists": "^1.0.0-beta.29",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2"
}
}