forked from Ham-Protocol/ham-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 912 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
{
"name": "Topo",
"version": "1.0.0",
"description": "JS library for interacting with Topo smart contracts",
"main": "./index.js",
"type": "module",
"author": {
"name": "Topo Co."
},
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.8.3",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.0.4",
"ethers": "4.0.38",
"jest": "24.9.0",
"web3": "^1.0.0-beta.37"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@truffle/hdwallet-provider": "^1.0.43",
"babel-jest": "24.9.0",
"dotenv-flow": "^3.2.0",
"ganache-cli": "^6.10.1",
"node-fetch": "^2.6.0",
"scrypt-js": "^2.0.4"
},
"scripts": {
"test": "jest"
}
}