-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"dependencies": {
"@analog-labs/timegraph-js": "^0.1.1",
"@analog-labs/timegraph-wasm": "^1.0.0",
"@polkadot/extension-dapp": "^0.47.3",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@polkadot/wasm-crypto": "^7.3.2",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.93.0",
"bbguai": "^1.0.0",
"bip39": "^3.1.0",
"bs58": "^5.0.0",
"chalk": "^5.3.0",
"crypto-price-checker-oooooyoung": "^1.0.6",
"dotenv": "^16.4.5",
"ed25519-hd-key": "^1.3.0",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"got": "^14.4.6",
"https-proxy-agent": "^7.0.6",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"random": "^4.1.0",
"web3": "^4.10.0"
},
"name": "shell-oooooyoung",
"description": "Some web3 shell",
"version": "1.1.16",
"main": "index.js",
"devDependencies": {
"cspell": "^6.31.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nopapername/shell-oooooyoung.git"
},
"keywords": [],
"author": "oooooyoung",
"license": "ISC",
"bugs": {
"url": "https://github.com/nopapername/shell-oooooyoung/issues"
},
"homepage": "https://github.com/nopapername/shell-oooooyoung#readme"
}