{
  "name": "@skyxexchange/default-token-list",
  "version": "1.0.0",
  "description": "The SkyX default token list",
  "main": "build/skyx-default.tokenlist.json",
  "scripts": {
    "test": "mocha",
    "build": "rimraf build && mkdir -p build && node src/write.js > build/skyx-default.tokenlist.json",
    "prepublishOnly": "npm test && npm run build"
  },
  "files": [
    "build/skyx-default.tokenlist.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skyxexchange/default-token-list.git"
  },
  "keywords": [
    "skyx",
    "default",
    "token",
    "list"
  ],
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/skyxexchange/default-token-list/issues"
  },
  "homepage": "https://github.com/skyxexchange/default-token-list#readme",
  "devDependencies": {
    "@ethersproject/address": "^5.0.2",
    "@skyxexchange/token-lists": "^1.0.0",
    "ajv": "^6.12.3",
    "chai": "^4.2.0",
    "mocha": "^8.0.1",
    "rimraf": "^3.0.2"
  }
}
