-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 847 Bytes
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 847 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
35
36
37
38
39
{
"author": "mrodrig",
"name": "@mrodrig/json-2-csv-cli",
"description": "CLI for the json-2-csv package",
"version": "5.5.9",
"repository": {
"type": "git",
"url": "git+https://github.com/mrodrig/json-2-csv-cli.git"
},
"bugs": {
"url": "https://github.com/mrodrig/json-2-csv-cli/issues"
},
"bin": {
"json2csv": "bin/json2csv.js",
"csv2json": "bin/csv2json.js"
},
"keywords": [
"json",
"to",
"csv",
"converter",
"export",
"json2csv",
"csv2json",
"parse",
"parser",
"json-2-csv",
"csv-2-json",
"cli"
],
"dependencies": {
"commander": "12.1.0",
"json-2-csv": "5.5.9"
},
"engines": {
"node": ">= 18"
},
"license": "MIT"
}