-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "look-events-api",
"version": "0.9.3",
"description": "IT events API powered by DOU.ua",
"license": "MIT",
"author": "Andrew Pashinnik <tobirawork@gmail.com>",
"repository": "https://github.com/kwoosh/look-events-api",
"scripts": {
"dev": "nodemon",
"start": "ts-node src/app.ts",
"test": "jest"
},
"engines": {
"node": "9.9.0"
},
"dependencies": {
"axios": "^0.18.0",
"jsdom": "^11.11.0",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"moment": "^2.22.2",
"mongoose": "^5.2.4",
"node-cron": "^1.2.1"
},
"devDependencies": {
"@types/jest": "^23.1.0",
"@types/jsdom": "^11.0.6",
"@types/koa": "^2.0.46",
"@types/koa-bodyparser": "^4.2.0",
"@types/koa-logger": "^3.1.0",
"@types/koa-router": "^7.0.28",
"@types/mongoose": "^5.2.1",
"@types/node-cron": "^1.2.0",
"jest": "^23.1.0",
"nodemon": "^1.17.5",
"ts-jest": "^22.4.6",
"ts-node": "^6.1.0",
"typescript": "^2.9.1"
}
}