{
  "name": "@globiance/default-token-list",
  "version": "2.0.28",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "private": false,
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Globiance/default-token-list.git"
  },
  "scripts": {
    "compile": "node scripts/compile.js",
    "publish-patch": "npm version patch --git-tag-version false && npm run compile && npm publish"
  },
  "keywords": [
    "globiance",
    "default",
    "token",
    "list"
  ],
  "author": "Rudresh Solanki",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Globiance/default-token-list/issues"
  },
  "homepage": "https://github.com/Globiance/default-token-list#readme",
  "dependencies": {
    "path": "^0.12.7"
  }
}
