UNPKG

@stronghandsprotocol/cro-token-list

Version:
40 lines (39 loc) 1.16 kB
{ "name": "@stronghandsprotocol/cro-token-list", "version": "1.0.1", "description": "◦ The Stronghands DEX CRO token list", "main": "build/stronghands-dex-cro.tokenlist.json", "scripts": { "test": "mocha", "build": "mkdir build && node src/write.js > build/stronghands-dex-cro.tokenlist.json", "prepublishOnly": "npm test && npm run build" }, "files": [ "build/stronghands-dex-cro.tokenlist.json" ], "repository": { "type": "git", "url": "git+https://github.com/Stronghands-Protocol/cro-token-list.git" }, "keywords": [ "stronghands", "default", "token", "list" ], "author": "Stronghands Protocol", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Stronghands-Protocol/cro-token-list/issues" }, "homepage": "https://github.com/Stronghands-Protocol/cro-token-list#readme", "devDependencies": { "@ethersproject/address": "^5.0.2", "@uniswap/token-lists": "^1.0.0-beta.29", "@uniswap/token-list-bridge-utils": "1.1.0", "ajv": "^6.12.3", "chai": "^4.2.0", "mocha": "^8.0.1", "rimraf": "^3.0.2" } }