@bluedex/default-token-list
Version:
The Bluedex default token list
43 lines (42 loc) • 1.19 kB
JSON
{
"name": "@bluedex/default-token-list",
"publishConfig": {
"access": "public"
},
"version": "11.17.0",
"description": "The Bluedex default token list",
"main": "build/bluedex-default.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/bluedex-default.tokenlist.json",
"prepublishOnly": "npm test && npm run build"
},
"files": [
"build/bluedex-default.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Bluecore-Dex/default-token-list.git"
},
"keywords": [
"bluedex",
"default",
"token",
"list"
],
"author": "Bluecore-Dex",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Bluecore-Dex/default-token-list/issues"
},
"homepage": "https://github.com/Bluecore-Dex/default-token-list#readme",
"devDependencies": {
"@bluedex/token-list-bridge-utils": "^2.3.0",
"@bluedex/token-lists": "^1.0.0-beta.31",
"@ethersproject/address": "^5.0.2",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2"
}
}