-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 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
{
"name": "nightfall-contracts",
"type": "commonjs",
"version": "0.8.3",
"description": "Contracts for an Nightfall project.",
"main": "main.js",
"scripts": {
"test": "node --experimental-json-modules rpc/DeltaContract/server.js",
"deploy": "node src/deploy.js",
"server": "node rpc/server.js",
"test2": "node src/test.js"
},
"author": "[email protected]",
"license": "ISC",
"homepage": "https://git.dev.yuanben.org/users/maowei/repos/smart-contract-utils/browse",
"repository": "https://git.dev.yuanben.org/users/maowei/repos/smart-contract-utils/browse",
"dependencies": {
"@ethereumjs/tx": "^3.3.2",
"@grpc/grpc-js": "^1.2.3",
"@grpc/proto-loader": "^0.5.5",
"@poanet/solidity-flattener": "^3.0.6",
"@truffle/hdwallet-provider": "^2.1.1",
"big-integer": "^1.6.47",
"chai-as-promised": "^7.1.1",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"google-protobuf": "^3.14.0",
"hex-to-binary": "^1.0.1",
"jsonfile": "^5.0.0",
"path": "^0.12.7",
"safe-buffer": "^5.2.0",
"sha3": "^2.1.4",
"solc": "0.8.6",
"web3": "1.4.0"
},
"devDependencies": {
"@ethereumjs/common": "^2.4.0"
}
}