UNPKG

@credbayswap/default-token-list

Version:
137 lines (136 loc) 3.92 kB
{ "name": "@credbayswap/default-token-list", "version": "1.0.14", "description": "◦ The CredbaySwap default token list", "main": "build/credbayswap-default.tokenlist.json", "scripts": { "test": "mocha", "build": "rimraf build && mkdir -p build && node src/write.js > build/credbayswap-default.tokenlist.json", "prepublishOnly": " npm run build" }, "files": [ "build/credbayswap-default.tokenlist.json" ], "repository": { "type": "git", "url": "git+https://github.com/sushiswap/default-token-list.git" }, "keywords": [ "credbayswap", "default", "token", "list" ], "author": "Matthew Lilley <hello@matthewlilley.com>", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/sushiswap/default-token-list/issues" }, "homepage": "https://github.com/sushiswap/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" }, "directories": { "test": "test" }, "dependencies": { "ansi-colors": "^4.1.1", "ansi-regex": "^4.1.0", "ansi-styles": "^4.3.0", "anymatch": "^3.1.1", "assertion-error": "^1.1.0", "argparse": "^1.0.10", "balanced-match": "^1.0.0", "bn.js": "^4.11.9", "binary-extensions": "^2.1.0", "brace-expansion": "^1.1.11", "camelcase": "^5.3.1", "braces": "^3.0.2", "browser-stdout": "^1.3.1", "check-error": "^1.0.2", "chokidar": "^3.4.3", "chalk": "^4.1.0", "cliui": "^5.0.0", "color-convert": "^2.0.1", "color-name": "^1.1.4", "concat-map": "^0.0.1", "debug": "^4.2.0", "decamelize": "^1.2.0", "deep-eql": "^3.0.1", "diff": "^4.0.2", "escape-string-regexp": "^4.0.0", "emoji-regex": "^7.0.3", "esprima": "^4.0.1", "fast-deep-equal": "^3.1.3", "fill-range": "^7.0.1", "fast-json-stable-stringify": "^2.1.0", "flat": "^5.0.2", "find-up": "^5.0.0", "get-caller-file": "^2.0.5", "fs.realpath": "^1.0.0", "get-func-name": "^2.0.0", "glob": "^7.1.6", "glob-parent": "^5.1.1", "growl": "^1.10.5", "he": "^1.2.0", "inherits": "^2.0.4", "inflight": "^1.0.6", "has-flag": "^4.0.0", "is-binary-path": "^2.1.0", "is-fullwidth-code-point": "^2.0.0", "is-extglob": "^2.1.1", "is-glob": "^4.0.1", "is-plain-obj": "^2.1.0", "is-number": "^7.0.0", "isexe": "^2.0.0", "js-sha3": "^0.5.7", "js-yaml": "^3.14.0", "json-schema-traverse": "^0.4.1", "log-symbols": "^4.0.0", "locate-path": "^6.0.0", "minimatch": "^3.0.4", "ms": "^2.1.2", "nanoid": "^3.1.12", "normalize-path": "^3.0.0", "p-limit": "^3.1.0", "once": "^1.4.0", "p-locate": "^5.0.0", "p-try": "^2.2.0", "path-exists": "^4.0.0", "path-is-absolute": "^1.0.1", "picomatch": "^2.2.2", "pathval": "^1.1.0", "punycode": "^2.1.1", "randombytes": "^2.1.0", "require-directory": "^2.1.1", "readdirp": "^3.5.0", "safe-buffer": "^5.2.1", "require-main-filename": "^2.0.0", "serialize-javascript": "^5.0.1", "sprintf-js": "^1.0.3", "set-blocking": "^2.0.0", "string-width": "^3.1.0", "strip-json-comments": "^3.1.1", "strip-ansi": "^5.2.0", "to-regex-range": "^5.0.1", "supports-color": "^7.2.0", "uri-js": "^4.4.0", "type-detect": "^4.0.8", "which": "^2.0.2", "which-module": "^2.0.0", "wide-align": "^1.1.3", "wrap-ansi": "^5.1.0", "workerpool": "^6.0.2", "wrappy": "^1.0.2", "y18n": "^4.0.1", "yargs": "^13.3.2", "yargs-parser": "^13.1.2", "yargs-unparser": "^2.0.0", "yocto-queue": "^0.1.0" } }