-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
38 lines (38 loc) · 919 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
33
34
35
36
37
38
{
"name": "rust-sdk",
"version": "1.0.0",
"description": "Bundlr's rust sdk",
"main": "bundles.js",
"type": "module",
"directories": {
"example": "examples"
},
"scripts": {
"generate-bundles": "tsc && node dist/bundles.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bundlr-Network/rust-sdk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bundlr-Network/rust-sdk/issues"
},
"homepage": "https://github.com/Bundlr-Network/rust-sdk#readme",
"dependencies": {
"@bundlr-network/client": "^0.10.5",
"@solana/web3.js": "^1.73.3",
"aptos": "^1.7.1",
"arbundles": "^0.9.6",
"arweave": "^1.13.7",
"bs58": "^5.0.0",
"ethers": "^6.3.0"
},
"devDependencies": {
"@types/keythereum": "^1.2.1",
"@types/node": "^18.14.6",
"@types/node-fetch": "^2.6.2",
"typescript": "^4.9.5"
}
}