-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "@data-fair/processing-export-file",
"version": "0.6.12",
"description": "Export data into a csv file and attach it on metadata",
"main": "index.js",
"scripts": {
"test": "mocha --exit",
"lint": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --ignore-path .gitignore --fix .",
"check-types": "tsc"
},
"author": "",
"license": "MIT",
"keywords": [
"data-fair-processings-plugin"
],
"devDependencies": {
"@types/config": "^3.3.3",
"@types/mocha": "^10.0.6",
"axios": "^1.6.7",
"config": "^3.3.6",
"dayjs": "^1.11.10",
"draftlog": "^1.0.13",
"eslint": "^7.18.0",
"mocha": "^10.2.0",
"standard": "^16.0.3",
"typescript": "^5.3.3",
"ws": "^8.16.0"
},
"dependencies": {
"@data-fair/lib": "^0.21.0",
"@data-fair/lib-utils": "^1.5.0",
"@dsnp/parquetjs": "^1.5.0",
"child-process-promise": "^2.2.1",
"csv-stringify": "^6.4.5",
"debug": "^4.3.4",
"exceljs": "^4.4.0",
"form-data": "^4.0.0",
"wkt": "^0.1.1"
}
}