-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "@blockdaemon/buildervault-web3-provider",
"version": "0.0.2",
"description": "EIP-1193 Compatible Ethereum provider for BuilderVault",
"repository": {
"type": "git",
"url": "git+https://github.com/blockdaemon/buildervault-web3-provider.git"
},
"publishConfig": {
"@blockdaemon:registry": "https://npm.pkg.github.com"
},
"author": "BuilderVault",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "vitest"
},
"files": [
"dist/",
"src/",
"README.md"
],
"devDependencies": {
"@typechain/ethers-v5": "^10.2.0",
"@types/debug": "^4.1.12",
"@types/node-fetch": "^2.6.2",
"dotenv": "^16.0.3",
"ts-node": "10.8.1",
"typechain": "^8.1.1",
"typescript": "4.7.4",
"vitest": "^2.1.4",
"web3": "^4.1.2"
},
"dependencies": {
"@sepior/tsmsdkv2": "^65.0.0",
"asn1.js": "^5.4.1",
"crypto": "^1.0.1",
"debug": "^4.3.7",
"https-proxy-agent": "^7.0.2",
"web3-eth-abi": "^4.3.0",
"web3-eth-accounts": "^4.2.1",
"web3-providers-http": "1.8.0",
"web3-utils": "^4.3.1"
}
}