UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@thinkincoin-libs/harmony-token-list",
3 "version": "1.0.3",
4 "description": "◦ Think in Coin SWAP >> default token list",
5 "main": "build/thinkincoin-default.tokenlist.json",
6 "files": [
7 "build/thinkincoin-default.tokenlist.json"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/thinkincoin/harmony-token-list.git"
12 },
13 "keywords": [
14 "thinkincoin",
15 "default",
16 "token",
17 "list"
18 ],
19 "author": "Moody Salem",
20 "license": "GPL-3.0-or-later",
21 "bugs": {
22 "url": "https://github.com/thinkincoin/harmony-token-list/issues"
23 },
24 "homepage": "https://github.com/thinkincoin/harmony-token-list#readme",
25 "devDependencies": {
26 "@ethersproject/address": "^5.7.0",
27 "@uniswap/token-list-bridge-utils": "2.1.0",
28 "@uniswap/token-lists": "^1.0.0-beta.33",
29 "ajv": "^6.12.3",
30 "chai": "^4.2.0",
31 "mocha": "^8.0.1",
32 "rimraf": "^3.0.2"
33 },
34 "scripts": {
35 "test": "mocha",
36 "build": "rimraf build && mkdir -p build && node src/write.js > build/thinkincoin-default.tokenlist.json",
37 "prepublishOnly": "yarn test && yarn build"
38 }
39}