{ "name": "assets", "version": "1.0.0", "description": "Assets consumed by Trust Wallet", "main": "index.js", "scripts": { "test": "npm run cleanup && jest", "cleanup": "find ./.. -iname '.DS_Store' -type f -delete", "update-bep2": "node ./script/updateBEP2", "checksum-erc20": "npm run cleanup && node ./script/erc20_to_checksum", "list": "npm run cleanup && ts-node ./script/gen_list", "resize": "npm run cleanup && ts-node ./script/resize_images" }, "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/types": "^0.1.16", "@types/jest": "^24.0.22", "@types/jest-expect-message": "^1.0.1", "ethereum-checksum-address": "0.0.5", "jest": "^24.9.0", "jest-expect-message": "^1.0.2", "sharp": "^0.23.3", "ts-jest": "^24.1.0", "ts-node": "^8.4.1", "typescript": "^3.7.2" }, "dependencies": { "axios": "^0.19.0", "bluebird": "^3.5.5", "chalk": "^2.4.2", "eztz-lib": "^0.1.2", "image-size": "^0.8.3", "web3": "^1.2.2" }, "jest": { "setupFilesAfterEnv": [ "jest-expect-message" ] } }