UNPKG

@exchange-dapp/token-list

Version:
40 lines (39 loc) 1.06 kB
{ "name": "@exchange-dapp/token-list", "version": "2.0.0", "description": "The exchange default token list.", "main": "build/exchange-default.tokenlist.json", "scripts": { "test": "mocha", "clean": "rimraf build", "build": "yarn clean && mkdirp build && node src/write.js > build/exchange-default.tokenlist.json", "prepublishOnly": "yarn test && yarn build" }, "files": [ "build/exchange-default.tokenlist.json" ], "repository": { "type": "git", "url": "git+https://github.com/mramundo/exchange-token-list.git" }, "bugs": { "url": "https://github.com/mramundo/exchange-token-list/issues" }, "homepage": "https://github.com/mramundo/exchange-token-list#readme", "keywords": [ "exchange", "default", "token", "list" ], "license": "GPL-3.0-or-later", "devDependencies": { "@ethersproject/address": "^5.0.2", "@uniswap/token-lists": "^1.0.0-beta.8", "ajv": "^6.12.3", "chai": "^4.2.0", "mkdirp": "^1.0.4", "mocha": "^8.0.1", "rimraf": "^3.0.2" } }