forked from cofacts/opendata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
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
43
44
45
46
47
48
{
"name": "cofacts-opendata",
"version": "1.0.0",
"description": "Open data for cofacts",
"main": "dumpOpenData.js",
"scripts": {
"start": "babel-node dumpOpenData",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cofacts/opendata.git"
},
"keywords": [
"open-data",
"fact-checking",
"crowd-sourcing"
],
"author": "",
"license": "SEE LICENSE IN README.md",
"bugs": {
"url": "https://github.com/cofacts/opendata/issues"
},
"homepage": "https://github.com/cofacts/opendata#readme",
"dependencies": {
"@babel/cli": "^7.8.0",
"@babel/node": "^7.8.0",
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-proposal-json-strings": "^7.8.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
"@babel/plugin-syntax-import-meta": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"csv-stringify": "^3.0.0",
"@elastic/elasticsearch": "^6.8.6",
"jszip": "^3.1.5"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.8.2"
}
}