-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.23 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
{
"name": "filecoin-renewables-purchases",
"version": "1.0.0",
"description": "Renewable energy purchases for the Filecoin network",
"main": "main.js",
"type": "module",
"scripts": {
"csv": "env-cmd node _helpers/csv.js",
"parse-mona-cids": "env-cmd node _helpers/parse-mona-cids.js",
"parse-synthetic-locations": "env-cmd node _helpers/parse-synthetic-locations.js",
"parse-estuary": "env-cmd node _helpers/parse-estuary.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redransil/filecoin-renewables-purchases.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/redransil/filecoin-renewables-purchases/issues"
},
"homepage": "https://github.com/redransil/filecoin-renewables-purchases#readme",
"dependencies": {
"axios": "^0.26.1",
"canvas": "^2.9.1",
"countries-and-timezones": "^3.3.0",
"csv-parse": "^5.0.4",
"globby": "^13.1.1",
"ipfs-http-client": "^59.0.0",
"it-all": "^1.0.6",
"jsdom": "^19.0.0",
"json2csv": "^5.0.7",
"leaflet": "^1.8.0",
"moment": "^2.29.3",
"papaparse": "^5.3.2"
},
"devDependencies": {
"env-cmd": "^10.1.0"
}
}