-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 891 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": "autoresponder",
"version": "1.0.0",
"description": "Autoresponder for Cisco Webex Teams",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/jeremywillans/autoresponder.git"
},
"scripts": {
"start": "node app.js",
"dev": "DEBUG=auto* nodemon app.js"
},
"author": "Jeremy Willans (jeremy@willans.id.au)",
"license": "MIT",
"dependencies": {
"axios": "^1.7.4",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"debug": "^3.2.7",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-session": "^1.17.1",
"node-env-file": "^0.1.8",
"node-schedule": "^1.3.2",
"path": "^0.12.7",
"qs": "^6.9.7",
"redis": "^3.1.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.0",
"nodemon": "^3.1.4"
}
}