-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "yvault",
"version": "1.0.0",
"description": "环境... solc 0.5.15",
"main": "truffle-config.js",
"scripts": {
"compile": "truffle compile",
"build": "truffle build",
"deploy": "truffle deploy --network ropsten",
"test": "truffle test --network development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yfii/yvault.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yfii/yvault/issues"
},
"homepage": "https://github.com/yfii/yvault#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.1.0",
"@truffle/hdwallet-provider": "^1.4.0",
"app-module-path": "^2.2.0",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"mocha": "^8.3.0",
"object-assign": "^4.1.1",
"object.assign": "^4.1.2",
"original-require": "^1.0.1",
"randombytes": "^2.1.0",
"truffle": "^5.1.56",
"truffle-assertions": "^0.9.2",
"truffle-plugin-verify": "^0.5.9",
"truffle-privatekey-provider": "^1.5.0"
}
}