-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 876 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 876 Bytes
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
{
"name": "The-Poolz",
"version": "1.0.0",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"keywords": [],
"author": "The-Poolz",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.7.1",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^1.7.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bignumber.js": "^9.1.0",
"ganache-time-traveler": "^1.0.16",
"openzeppelin-solidity": "^3.4.2",
"solidity-coverage": "^0.7.21",
"truffle-assertions": "^0.9.2"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"ganache-cli": "^6.12.2",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-dev.23"
}
}