-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "memo",
"version": "1.0.0",
"description": "",
"main": "example.js",
"directories": {
"test": "test"
},
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.4",
"@types/fs-extra": "^9.0.13",
"@types/node": "^7.0.5",
"@types/node-rsa": "^1.1.1",
"commander": "^7.1.0",
"fs-extra": "^5.0.0",
"ganache": "^7.0.3",
"ganache-cli": "^6.0.3",
"inquirer": "^8.2.2",
"mocha": "^4.1.0",
"node-forge": "^0.10.0",
"node-rsa": "^1.1.1",
"solc": "^0.4.19",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.7.1"
},
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.0",
"ts-mocha": "^9.0.2"
},
"scripts": {
"test": "mocha --recursive",
"compile": "truffle compile",
"deploy-local": "truffle migrate",
"deploy-testnet": "truffle migrate --reset --network rinkeby",
"deploy-bsc-testnet": "truffle migrate --reset --network testnet",
"memo": "node ./dist/console.js"
},
"author": "",
"license": "ISC"
}