-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·51 lines (51 loc) · 1.14 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
44
45
46
47
48
49
50
51
{
"name": "jsonstat-conv",
"version": "1.5.1",
"description": "JSON-stat Command Line Conversion Tools",
"homepage": "https://github.com/jsonstat/conv",
"keywords": [
"conversion",
"util",
"jsonstat",
"stats",
"data",
"cube",
"opendata",
"json",
"csv",
"sdmx"
],
"bin": {
"jsonstat2array": "jsonstat2array",
"jsonstat2arrobj": "jsonstat2arrobj",
"jsonstat2objarr": "jsonstat2objarr",
"jsonstat2object": "jsonstat2object",
"jsonstat2csv": "jsonstat2csv",
"jsonstat2arrow": "jsonstat2arrow",
"csv2jsonstat": "csv2jsonstat",
"jsonstatslice": "jsonstatslice",
"jsonstatdice": "jsonstatdice",
"jsonstat2jsonstat": "jsonstat2jsonstat",
"sdmx2jsonstat": "sdmx2jsonstat",
"arrow2jsonstat": "arrow2jsonstat"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Xavier Badosa",
"url": "https://xavierbadosa.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jsonstat/conv.git"
},
"license": "Apache-2.0",
"dependencies": {
"jsonstat-suite": "^3.5.0",
"jsonstat-toolkit": "^1.4.2",
"rw": "^1.3.3",
"yargs": "^15.1.0",
"arquero": "^4.8.4"
}
}