-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 876 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
{
"name": "BEP20s",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --exit --recursive test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thefortube/bank.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thefortube/bank/issues"
},
"homepage": "https://github.com/thefortube/bank#readme",
"devDependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contract-loader": "^0.6.1",
"@openzeppelin/contracts": "^3.1.0",
"@openzeppelin/test-environment": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.6",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/hdwallet-provider": "^1.0.39",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"mocha": "^8.0.1",
"web3": "^1.2.11"
},
"dependencies": {}
}