-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.72 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
68
69
70
{
"name": "eznet",
"version": "2.0.0",
"description": "A cross-platform chatbot interface for retrieving Meraki network data and analysis with natural language!",
"main": "src/index.js",
"keywords": [
"cisco",
"spark",
"webex",
"facebook",
"messenger",
"slack",
"google",
"assistant",
"meraki",
"dialogflow",
"api.ai",
"chatbot",
"voicebot",
"nodejs",
"meraki-dashboard"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src",
"lint-fix": "eslint ./src --fix",
"env": "makeconf",
"start": "node src/index",
"ngrok": "ngrok http 8080",
"redis": "redis-server",
"docker": "docker-compose up",
"docker-build": "docker-compose up --build",
"docker-clean": "docker-compose down",
"heroku": "PORT=$PORT npm start"
},
"engines": {
"node": ">=8.0.0"
},
"author": "Tejas Shah, Dhanush Patel, Jesse Gao",
"license": "MIT",
"dependencies": {
"actions-on-google": "^2.11.0",
"adm-zip": "^0.4.13",
"body-parser": "^1.19.0",
"bytes": "^3.1.0",
"dialogflow-fulfillment": "^0.6.1",
"diehard": "^1.5.2",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"fuse.js": "^3.4.5",
"humanize-duration": "^3.20.1",
"ioredis": "^4.14.0",
"is-docker": "^2.0.0",
"is-heroku": "^2.0.0",
"make-promises-safe": "^5.0.0",
"natural-brain": "^0.3.2",
"node-meraki-dashboard": "^3.0.0",
"node-schedule": "^1.3.2",
"outdent": "^0.7.0",
"p-retry": "^4.1.0",
"quiche": "^0.3.0",
"randomcolor": "^0.5.4",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^6.1.0",
"makeconf": "^1.4.4"
}
}