mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
b55b21473e
* Update baker fee * Add Tezos bakers staking info * remote temp * remove dub * rm
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "assets",
|
|
"version": "1.0.0",
|
|
"description": "Assets consumed by Trust Wallet",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"pre-test": "",
|
|
"test": "npm run cleanup && jest",
|
|
"cleanup": "find ./.. -iname '.DS_Store' -type f -delete",
|
|
"update:bep2": "npm run cleanup && node ./script/updateBEP2",
|
|
"checksum": "npm run cleanup && ts-node ./script/erc20_to_checksum",
|
|
"format:all": "npm run cleanup && ts-node ./script/format_files_name",
|
|
"arrange:all": "npm run cleanup && ts-node ./script/arrange_files",
|
|
"gen:list": "npm run cleanup && ts-node ./script/gen_list",
|
|
"gen:info": "npm run cleanup && ts-node ./script/gen_info",
|
|
"gen:validators:tezos": "npm run cleanup && ts-node ./script/gen_validators_tezos",
|
|
"resize": "npm run cleanup && ts-node ./script/resize_images",
|
|
"map:cmc": "ts-node ./pricing/coinmarketcap/script",
|
|
"magic": "npm run update:bep2 && npm run checksum && npm run resize && npm run gen:list && npm t"
|
|
},
|
|
"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.37",
|
|
"@types/jest": "^25.2.1",
|
|
"@types/jest-expect-message": "^1.0.1",
|
|
"@types/node": "^13.11.0",
|
|
"axios": "^0.19.2",
|
|
"bip44-constants": "^8.0.6",
|
|
"bluebird": "^3.7.2",
|
|
"chalk": "^4.0.0",
|
|
"ethereum-checksum-address": "0.0.5",
|
|
"eztz-lib": "^0.1.2",
|
|
"image-size": "^0.8.3",
|
|
"is-image": "^3.0.0",
|
|
"jest": "^25.2.7",
|
|
"jest-expect-message": "^1.0.2",
|
|
"nested-property": "^2.0.0",
|
|
"sharp": "^0.25.2",
|
|
"tinify": "^1.6.0-beta.2",
|
|
"ts-jest": "^25.3.1",
|
|
"ts-node": "^8.8.2",
|
|
"typescript": "^3.8.3",
|
|
"web3": "^1.2.6"
|
|
},
|
|
"dependencies": {},
|
|
"jest": {
|
|
"setupFilesAfterEnv": [
|
|
"jest-expect-message"
|
|
]
|
|
}
|
|
}
|