UNPKG

@rgbk/pool-list

Version:
40 lines (39 loc) 1.04 kB
{ "name": "@rgbk/pool-list", "version": "1.13.0", "description": "The Rigoblock smart pool list", "main": "build/rigoblock.poollist.json", "scripts": { "test": "mocha", "build": "rimraf build && mkdir -p build && node src/write.js > build/rigoblock.poollist.json", "prepublishOnly": "npm test && npm run build" }, "files": [ "build/rigoblock.poollist.json" ], "repository": { "type": "git", "url": "git+https://github.com/Rigoblock/pool-list.git" }, "keywords": [ "rigoblock", "smart", "pool", "list" ], "author": ["Gabriele Rigo", "Moody Salem"], "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Rigoblock/pool-list/issues" }, "homepage": "https://github.com/Rigoblock/pool-list#readme", "devDependencies": { "@ethersproject/address": "^5.0.2", "@uniswap/token-list-bridge-utils": "^2.3.0", "@uniswap/token-lists": "^1.0.0-beta.29", "ajv": "^6.12.3", "chai": "^4.2.0", "mocha": "^8.0.1", "rimraf": "^3.0.2" } }