-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
executable file
·67 lines (67 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "intelligo-cli",
"version": "1.2.38",
"description": "AI chatbot generator for Intelligo framework",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "bin/intelligo",
"repository": {
"type": "git",
"url": "https://github.com/intelligo-systems/intelligo-generator.git"
},
"author": "Intelligo Systems",
"license": "MIT",
"bugs": {
"url": "https://github.com/intelligo-systems/intelligo-generator/issues"
},
"keywords": [
"ai",
"ai-bot",
"bot",
"builder",
"cli",
"chatbot",
"command-line-tool",
"conversation",
"messenger-bot",
"messenger",
"facebook",
"framework",
"intelligo",
"neural network",
"neural",
"network",
"neural-networks",
"machine-learning"
],
"homepage": "https://intelligo.js.org",
"bin": {
"intelligo-cli": "bin/intelligo",
"intelligo": "bin/intelligo"
},
"files": [
"bin/",
"src/",
"templates/"
],
"dependencies": {
"arg": "^5.0.0",
"chalk": "^2.4.2",
"commander": "^7.0.0",
"config": "^3.2.0",
"covgen": "^3.1.0",
"esm": "^3.2.25",
"execa": "^5.0.0",
"gitignore": "^0.6.0",
"inquirer": "^8.0.0",
"listr": "^0.14.3",
"mkdirp": "^1.0.0",
"ncp": "^2.0.0",
"path": "^0.12.7",
"pkg-install": "^1.0.0",
"readline": "^1.3.0",
"spdx-license-list": "^6.0.0",
"util": "^0.12.1"
}
}