-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 817 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 817 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
{
"name": "blockchain-developer-bootcamp-final-project",
"version": "0.0.1",
"description": "## Charity Fun Run",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwight/blockchain-developer-bootcamp-final-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kwight/blockchain-developer-bootcamp-final-project/issues"
},
"homepage": "https://github.com/kwight/blockchain-developer-bootcamp-final-project#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.7.1",
"@truffle/hdwallet-provider": "^2.0.3",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.15"
}
}