forked from wormhole-foundation/wormhole-token-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 792 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@certusone/wormhole-token-list",
"version": "0.0.1",
"description": "A token list for featured markets",
"homepage": "https://wormholenetwork.com",
"repository": "https://github.com/certusone/wormhole-token-list",
"scripts": {
"test": "jest --config jestconfig.json --verbose",
"gen": "python3 src/gen.py",
"gen-logos": "python3 src/gen_logos.py",
"gen-logos-overwrite": "python3 src/gen_logos.py --overwrite"
},
"keywords": [
"wormhole",
"bridge",
"token",
"sdk",
"solana",
"ethereum",
"terra",
"bsc"
],
"author": "certusone",
"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"
}
}