UNPKG

1.08 kBJSONView Raw
1{
2 "name": "ramda-cli",
3 "version": "3.1.1",
4 "description": "A command-line tool for processing JSON with Ramda and LiveScript",
5 "repository": "raine/ramda-cli",
6 "keywords": [
7 "ramda",
8 "cli",
9 "json"
10 ],
11 "scripts": {
12 "test": "make test",
13 "test-ci": "make test && make test-func",
14 "test-local": "make test && make docker-test-func"
15 },
16 "bin": {
17 "ramda": "./bin/ramda"
18 },
19 "author": "Raine Virta <raine.virta@gmail.com>",
20 "license": "ISC",
21 "dependencies": {
22 "@rane/cli-table": "^0.3.3",
23 "JSONStream": "^1.3.5",
24 "camelize": "^1.0.0",
25 "debug": "^4.1.0",
26 "editor": "^1.0.0",
27 "fast-csv": "^2.4.1",
28 "flat": "^4.1.0",
29 "is-there": "^4.4.3",
30 "livescript": "^1.6.0",
31 "minimist": "^1.2.0",
32 "ramda": "0.26.1",
33 "split2": "^3.0.0",
34 "through2": "^3.0.0",
35 "transduce-stream": "^0.5.0"
36 },
37 "devDependencies": {
38 "chai": "^4.2.0",
39 "concat-stream": "^1.6.2",
40 "mocha": "^5.2.0",
41 "rewire": "^4.0.1",
42 "shelljs": "^0.8.3",
43 "sinon": "^7.2.2",
44 "strip-ansi": "^5.0.0"
45 }
46}