-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "recipe-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"dev": "nodemon",
"tsoa:gen": "tsoa swagger -c ./tsoa.json && tsoa routes -c ./tsoa.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.0.0",
"@koa/router": "^9.3.1",
"@types/jsonwebtoken": "^8.3.8",
"@types/koa-passport": "^4.0.2",
"@types/koa-router": "^7.4.0",
"@types/node": "^13.7.4",
"bcrypt": "^4.0.1",
"class-validator": "^0.11.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-logger": "^3.2.1",
"koa-oas3": "^1.0.1",
"koa-passport": "^4.1.3",
"koa-session": "^5.13.1",
"passport-local": "^1.0.0",
"pg": "^7.18.1",
"recipe-crawler": "file:../recipe-crawler",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"tsoa": "^3.2.1",
"typeorm": "^0.2.24",
"typescript": "^3.7.5"
}
}