-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 862 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
{
"name": "mauritius-ceb-dataset",
"version": "1.0.0",
"description": "Automatically updated dataset of the Power Outages in Mauritius",
"type": "module",
"scripts": {
"fetch": "esrun fetch.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrSunshyne/mauritius-dataset-electricity.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrSunshyne/mauritius-dataset-electricity/issues"
},
"homepage": "https://github.com/MrSunshyne/mauritius-dataset-electricity#readme",
"dependencies": {
"date-fns": "^2.28.0",
"deepmerge": "^4.2.2",
"html-to-json-data": "^1.6.0",
"lodash.merge": "^4.6.2",
"md5": "^2.3.0",
"request": "^2.88.2"
},
"devDependencies": {
"@digitak/esrun": "^3.1.2"
}
}