{ "name": "assets", "version": "1.0.0", "description": "Assets consumed by Trust Wallet", "main": "index.js", "scripts": { "verify": "node ./test/verifyTokens", "test": "npm run pre-test && node ./test/index.js", "pre-test": "find ./.. -name '.DS_Store' -type f -delete", "update-bep2": "node ./script/updateBEP2" }, "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": { "mongoose": "^5.4.10" }, "dependencies": { "axios": "^0.19.0", "bluebird": "^3.5.5", "chalk": "^2.4.2" } }