-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 858 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
{
"name": "blockchain-developer-bootcamp-final-project",
"version": "1.0.0",
"description": "Application For Closed Auctioning of Entities",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.3",
"@truffle/hdwallet-provider": "^1.7.0",
"dotenv": "^10.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurukamath/blockchain-developer-bootcamp-final-project.git"
},
"author": "Guruprasad Kamath",
"license": "ISC",
"bugs": {
"url": "https://github.com/gurukamath/blockchain-developer-bootcamp-final-project/issues"
},
"homepage": "https://github.com/gurukamath/blockchain-developer-bootcamp-final-project#readme"
}