-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 914 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
{
"name": "niles",
"version": "0.1.0",
"description": "Natural language cli butler",
"main": "index.js",
"scripts": {
"serve": "python3 -m rasa_nlu.server --path models"
},
"author": "Telepat <[email protected]> (https://telepat.io)",
"bin": "./niles",
"license": "GPL-3.0-or-later",
"devDependencies": {
"babel-eslint": "^10.0.1",
"chatito": "^2.1.5",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
},
"dependencies": {
"analytics-node": "^3.3.0",
"axios": "^0.18.0",
"braille-art": "^0.1.3",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"date-fns": "^1.30.1",
"dotenv": "^6.2.0",
"inquirer": "^6.2.1",
"lowdb": "^1.0.0",
"node-notifier": "^5.3.0",
"node-schedule": "^1.3.1",
"open": "^6.2.0",
"shelljs": "^0.8.3",
"shortid": "^2.2.14",
"table": "^5.1.1"
}
}