-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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": "@data-fair/processing-majic",
"version": "0.2.8",
"description": "Load majic database into a data-fair dataset",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --ignore-path .gitignore --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/data-fair/processing-majic.git"
},
"keywords": [
"data-fair-processings-plugin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-fair/processing-majic/issues"
},
"homepage": "https://github.com/data-fair/processing-majic#readme",
"devDependencies": {
"@data-fair/processings-test-utils": "^0.5.1",
"config": "^3.3.9",
"eslint": "^8.39.0",
"mocha": "^10.2.0",
"standard": "^17.0.0"
},
"dependencies": {
"csv-parse": "^5.3.8",
"csv-stringify": "^6.3.3",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"iconv-lite": "^0.6.3",
"path": "^0.12.7",
"pump": "^3.0.0",
"util": "^0.12.5"
}
}