forked from opencovid19-fr/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 754 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 754 Bytes
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
{
"name": "@opencovid19-fr/data",
"version": "0.0.0",
"description": "Données nationales concernant l’épidémie de COVID19",
"main": "index.js",
"repository": "https://github.com/opencovid19-fr/data",
"license": "MIT",
"private": false,
"scripts": {
"build": "node build",
"lint": "xo"
},
"dependencies": {
"@etalab/decoupage-administratif": "^0.7.0",
"airtable": "^0.8.1",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"got": "^11.1.4",
"js-yaml": "^3.13.1",
"lodash": "^4.17.19",
"papaparse": "^5.1.1"
},
"devDependencies": {
"xo": "^0.28.0"
},
"xo": {
"semicolon": false,
"space": 2,
"rules": {
"unicorn/string-content": "off"
}
}
}