-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 950 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
{
"name": "coffee-supply-chain-tracking-system-ethereum",
"version": "1.0.0",
"description": "Coffee Supply Chain EC",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@truffle/hdwallet-provider": "^2.0.7",
"async": ">2.6.4",
"dotenv": "^16.0.0",
"node-fetch": ">=3.2.10"
},
"devDependencies": {
"truffle-plugin-verify": "^0.5.25",
"async": ">2.6.4",
"node-fetch": ">=3.2.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NathaliaBarreiros/coffee-supply-chain-tracking-system-ethereum.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/NathaliaBarreiros/coffee-supply-chain-tracking-system-ethereum/issues"
},
"homepage": "https://github.com/NathaliaBarreiros/coffee-supply-chain-tracking-system-ethereum#readme"
}