-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.1 KB
/
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
{
"name": "EcoChain",
"version": "1.0.0",
"description": "Blockchain-Driven Carbon Management integrates blockchain for transparency, automated credit systems, XDC-20 tokens for carbon trading, AI predictions, user-friendly interfaces, incentives, compliance, and public awareness. Revolutionizing emissions control for a sustainable future.",
"main": "APP.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tech-creed/Green-Chain-PLI-Hackathon-2.0.git"
},
"keywords": [],
"author": "MUKILAN | TENSH KUMAR",
"license": "ISC",
"bugs": {
"url": "https://github.com/tech-creed/Green-Chain-PLI-Hackathon-2.0/issues"
},
"homepage": "https://github.com/tech-creed/Green-Chain-PLI-Hackathon-2.0#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.9.3",
"@truffle/hdwallet-provider": "^2.1.15",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.3",
"express-fileupload": "^1.4.3",
"ipfs": "^0.66.1",
"ipfs-api": "^26.1.2"
}
}