forked from CognitiveScale/cortex-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.04 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
42
43
44
45
46
47
{
"name": "cortex-cli",
"version": "0.6.23",
"description": "Command line tool for CognitiveScale Cortex.",
"main": "./bin/cortex.js",
"scripts": {
"test": "CORTEX_CONFIG_DIR=./test/cortex mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/CognitiveScale/cortex-cli.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cognitivescale",
"cortex",
"ai"
],
"bin": {
"cortex": "./bin/cortex.js"
},
"author": "CognitiveScale",
"license": "Apache-2.0",
"homepage": "https://github.com/CognitiveScale/cortex-cli",
"dependencies": {
"@c12e/generator-cortex": "0.3.9",
"chalk": "2.3.0",
"cli-table": "0.3.1",
"co": "4.6.0",
"co-prompt": "1.0.0",
"commander": "2.12.2",
"debug": "3.1.0",
"event-stream": "3.3.4",
"lodash": "^4.17.5",
"jmespath": "0.15.0",
"joi": "13.1.0",
"js-yaml": "3.10.0",
"superagent": "3.8.2",
"uuid": "3.2.1",
"yeoman-environment": "2.0.5"
},
"devDependencies": {
"mocha": "5.0.0"
}
}