-
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) · 839 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 839 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": "@data-fair/processing-transform-csv",
"version": "0.5.5",
"description": "Transform a CSV file and create or update a data-fair dataset.",
"main": "index.js",
"scripts": {
"test": "mocha --exit",
"lint": "eslint --ignore-path .gitignore .",
"lint-fix": "eslint --ignore-path .gitignore --fix ."
},
"author": "",
"license": "MIT",
"keywords": [
"data-fair-processings-plugin"
],
"devDependencies": {
"@data-fair/lib-processing-dev": "^0.2.0",
"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",
"ws": "^8.16.0"
},
"dependencies": {
"csv": "^6.0.5",
"form-data": "^4.0.0",
"fs-extra": "^9.1.0",
"proj4": "^2.9.0",
"pump": "^3.0.0"
}
}