UNPKG

@thinkincoin-libs/harmony-token-list

Version:
40 lines (39 loc) 1.13 kB
{ "name": "@thinkincoin-libs/harmony-token-list", "version": "1.0.3", "description": "◦ Think in Coin SWAP >> default token list", "main": "build/thinkincoin-default.tokenlist.json", "files": [ "build/thinkincoin-default.tokenlist.json" ], "repository": { "type": "git", "url": "git+https://github.com/thinkincoin/harmony-token-list.git" }, "keywords": [ "thinkincoin", "default", "token", "list" ], "author": "Moody Salem", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/thinkincoin/harmony-token-list/issues" }, "homepage": "https://github.com/thinkincoin/harmony-token-list#readme", "devDependencies": { "@ethersproject/address": "^5.7.0", "@uniswap/token-list-bridge-utils": "2.1.0", "@uniswap/token-lists": "^1.0.0-beta.33", "ajv": "^6.12.3", "chai": "^4.2.0", "mocha": "^8.0.1", "rimraf": "^3.0.2" }, "scripts": { "test": "mocha", "build": "rimraf build && mkdir -p build && node src/write.js > build/thinkincoin-default.tokenlist.json", "prepublishOnly": "yarn test && yarn build" } }