-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
{
"name": "flextogcal",
"version": "1.0.0",
"description": "Scrapes flex API to database for server to Google Calendar",
"main": "index.js",
"scripts": {
"dev": "nodemon index",
"start": "cross-env NODE_ENVIRONMENT=production node index"
},
"dependencies": {
"@koa/cors": "^2.2.2",
"axios": "^0.18.0",
"cross-env": "^5.2.0",
"date-fns": "^1.29.0",
"dotenv": "^6.1.0",
"koa": "^2.6.1",
"koa-bodyparser": "^4.2.1",
"koa-helmet": "^4.0.0",
"koa-logger": "^3.2.0",
"koa-respond": "^1.0.1",
"koa-router": "^7.4.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"mongoose": "^5.3.8",
"npm": "^6.4.1",
"@slack/client": "^4.8.0"
},
"devDependencies": {
"jest": "^23.6.0",
"nodemon": "^1.18.5"
},
"jest": {},
"keywords": [],
"author": "Dean Sallinen",
"license": "ISC"
}