{ "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", "history": "ts-node ./script/entrypoint/history", "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.16.1", "@typescript-eslint/parser": "^4.16.1", "axios": "^0.21.1", "bignumber.js": "^9.0.0", "bip44-constants": "^8.0.49", "bluebird": "^3.7.2", "chalk": "^4.1.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": "^26.6.3", "jest-expect-message": "^1.0.2", "nested-property": "^2.0.2", "sharp": "^0.25.4", "tinify": "^1.6.0-beta.2", "ts-jest": "^26.5.2", "ts-node": "^9.1.1", "typescript": "^4.2.2" }, "dependencies": { "codecov": "^3.7.2", "jsondiffpatch": "^0.4.1" }, "jest": { "setupFilesAfterEnv": [ "jest-expect-message" ] } }