{
  "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",
    "updateAuto": "ts-node ./script/entrypoint/updateAuto",
    "update": "ts-node ./script/entrypoint/updateManual",
    "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.6.12",
    "@types/jest": "^25.2.3",
    "@types/jest-expect-message": "^1.0.3",
    "@types/node": "^13.13.52",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "axios": "^0.21.1",
    "bignumber.js": "^9.0.0",
    "bip44-constants": "^8.0.103",
    "bluebird": "^3.7.2",
    "chalk": "^4.1.2",
    "eslint": "^7.32.0",
    "ethereum-checksum-address": "0.0.6",
    "eztz-lib": "^0.1.2",
    "image-size": "^0.8.3",
    "is-image": "^3.0.0",
    "jest": "^26.6.3",
    "jest-expect-message": "^1.0.2",
    "meow": "^10.1.1",
    "nested-property": "^2.0.2",
    "sharp": "^0.28.3",
    "tinify": "^1.6.0-beta.2",
    "ts-jest": "^26.5.6",
    "ts-node": "^9.1.1",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "codecov": "^3.8.3",
    "jsondiffpatch": "^0.4.1"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "jest-expect-message"
    ]
  }
}