-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
42
43
{
"name": "@data-fair/processing-sitadel",
"version": "1.1.1",
"description": "",
"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-sitadel.git"
},
"keywords": [
"data-fair-processings-plugin"
],
"author": "Philippe Laidin, Benjamin Giraud-renard",
"license": "MIT",
"bugs": {
"url": "https://github.com/data-fair/processing-sitadel/issues"
},
"homepage": "https://github.com/data-fair/processing-sitadel#readme",
"devDependencies": {
"@data-fair/lib": "^0.23.0",
"axios": "^1.6.7",
"config": "^3.3.11",
"dayjs": "^1.11.10",
"draftlog": "^1.0.13",
"mocha": "^9.2.2",
"ws": "^8.16.0"
},
"dependencies": {
"csv": "^6.0.5",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"fs-extra": "^10.0.1",
"klaw-sync": "^6.0.0",
"merge-sort-stream": "^1.0.5",
"pump": "^3.0.0",
"stream-filter": "^2.1.0"
}
}