wormhole-token-list/package.json

33 lines
822 B
JSON
Raw Normal View History

2021-11-17 17:07:05 -08:00
{
2023-05-23 07:51:04 -07:00
"name": "@wormhole-foundation/wormhole-token-list",
2021-11-17 17:07:05 -08:00
"version": "0.0.1",
"description": "A token list for featured markets",
"homepage": "https://wormholenetwork.com",
2023-05-23 07:51:04 -07:00
"repository": "https://github.com/wormhole-foundation/wormhole-token-list",
2021-11-17 17:07:05 -08:00
"scripts": {
"test": "jest --config jestconfig.json --verbose",
2021-12-29 17:10:01 -08:00
"gen": "python3 src/gen.py",
2021-12-29 18:39:38 -08:00
"gen-logos": "python3 src/gen_logos.py",
"gen-logos-overwrite": "python3 src/gen_logos.py --overwrite"
2021-11-17 17:07:05 -08:00
},
"keywords": [
"wormhole",
"bridge",
"token",
"sdk",
"solana",
"ethereum",
"terra",
"bsc"
],
2023-05-23 07:51:04 -07:00
"author": "wormhole-foundation",
2021-11-17 17:07:05 -08:00
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.6.1",
"ajv": "^8.8.1",
"jest": "^27.3.1",
"prettier": "^2.3.2"
}
}