@liuxingfeiyu/default-token-list
Version:
◦ The YuzuSwap default token list
39 lines (38 loc) • 1.07 kB
JSON
{
"name": "@liuxingfeiyu/default-token-list",
"version": "1.0.35",
"description": "◦ The YuzuSwap default token list",
"main": "build/YuzuSwap-default.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/YuzuSwap-default.tokenlist.json",
"prepublishOnly": "npm test && npm run build"
},
"files": [
"build/YuzuSwap-default.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Yuzu-swap/default-token-list.git"
},
"keywords": [
"YuzuSwap",
"default",
"token",
"list"
],
"author": "metacryptom<tom@Yuzu-swap.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Yuzu-swap/default-token-list/issues"
},
"homepage": "https://github.com/Yuzu-swap/default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@uniswap/token-lists": "^1.0.0-beta.19",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2"
}
}