-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 874 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
35
{
"name": "blockchain-developer-bootcamp-final-project",
"version": "1.0.0",
"description": "betsFriends",
"main": "./client/dapp.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "test",
"dev": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wildanvin/blockchain-developer-bootcamp-final-project.git"
},
"keywords": [
"bets",
"friends"
],
"author": "wildanvin",
"license": "ISC",
"bugs": {
"url": "https://github.com/wildanvin/blockchain-developer-bootcamp-final-project/issues"
},
"homepage": "https://github.com/wildanvin/blockchain-developer-bootcamp-final-project#readme",
"dependencies": {
"@chainlink/contracts": "^0.2.2",
"dotenv": "^10.0.0"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^1.6.0",
"lite-server": "^2.6.1"
}
}