-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 920 Bytes
/
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
{
"name": "rasa-chatter",
"version": "0.0.10",
"description": "A command line tool that simplify the process of generate, manage, convert, and even train conversation from simgus/chatette dataset to Rasa NLU format.",
"main": "index.js",
"bin": {
"chatter": "./index.js"
},
"preferGlobal": true,
"scripts": {
"test": "chatter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cendekia/rasa-chatter.git"
},
"keywords": [
"bot",
"chatbot",
"chatette",
"cli",
"convertor",
"dataset",
"generator",
"manager",
"nlp",
"nlu",
"rasa",
"template"
],
"author": "Cendekia Pramana Putra <me@cendekiapp.com>",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^3.0.2",
"execa": "^2.0.5",
"inquirer": "^7.0.0",
"ora": "^3.4.0"
},
"devDependencies": {
"mocha": "^6.2.1"
}
}