{
  "name": "assets",
  "version": "1.0.0",
  "description": "Assets consumed by Trust Wallet",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "check": "ts-node ./script/entrypoint/check",
    "check-sanity": "ts-node ./script/entrypoint/check-sanity",
    "fix": "ts-node ./script/entrypoint/fix",
    "fix-sanity": "ts-node ./script/entrypoint/fix-sanity",
    "update": "ts-node ./script/entrypoint/update",
    "lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trustwallet/assets.git"
  },
  "keywords": [
    "ERC20 token images",
    "TRC-10 token images",
    "TRC-20 token images",
    "BEP-2 token images"
  ],
  "engines": {
    "node": ">=10.0"
  },
  "author": "Trust Wallet",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trustwallet/assets/issues"
  },
  "homepage": "https://github.com/trustwallet/assets#readme",
  "devDependencies": {
    "@trustwallet/wallet-core": "^2.2.10",
    "@types/jest": "^25.2.3",
    "@types/jest-expect-message": "^1.0.2",
    "@types/node": "^13.13.17",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "axios": "^0.19.2",
    "bip44-constants": "^8.0.49",
    "bluebird": "^3.7.2",
    "chalk": "^4.1.0",
    "danger": "^10.4.0",
    "eslint": "^7.9.0",
    "ethereum-checksum-address": "0.0.6",
    "eztz-lib": "^0.1.2",
    "image-size": "^0.8.3",
    "is-image": "^3.0.0",
    "jest": "^25.5.4",
    "jest-expect-message": "^1.0.2",
    "nested-property": "^2.0.2",
    "sharp": "^0.25.4",
    "tinify": "^1.6.0-beta.2",
    "ts-jest": "^25.5.1",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7",
    "bignumber.js": "^9.0.0"
  },
  "dependencies": {
    "codecov": "^3.7.2"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "jest-expect-message"
    ]
  }
}