-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "co2advisor",
"version": "1.0.4",
"description": "The CO2 Advisor API provides real-time insights into the carbon footprint per kilowatt-hour of electricity for various locations in Germany.",
"main": "co2advisor.js",
"bin": {
"co2advisor": "./co2advisor.js"
},
"scripts": {
"start": "node ./co2advisor.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/energychain/co2advisor.git"
},
"keywords": [
"co2advisor",
"grid",
"emission",
"germany",
"co2"
],
"author": "STROMDAO GmbH <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/energychain/co2advisor/issues"
},
"homepage": "https://console.corrently.io/co2advisor.html",
"dependencies": {
"canvas": "^2.11.2",
"chart.js": "^4.4.1",
"chartjs-adapter-moment": "^1.0.1",
"corrently-api": "^2.0.3",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"moment": "^2.29.4"
},
"engines": {
"node": ">=14"
}
}