-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 971 Bytes
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
{
"name": "communibee-backend",
"homepage": "https://github.com/BumbleB-3339/CommuniBee-Back-End",
"description": "The CommuniBee project server.",
"bugs": {
"url": "https://github.com/BumbleB-3339/CommuniBee-Back-End/issues/new"
},
"keywords": [
"koa",
"koa2",
"api",
"es6"
],
"repository": "https://github.com/BumbleB-3339/CommuniBee-Back-End.git",
"author": "Ofek@IAF",
"license": "MIT",
"version": "1.2.2",
"main": "index.js",
"scripts": {
"dev": "nodemon index",
"start": "cross-env NODE_ENVIRONMENT=production node index"
},
"dependencies": {
"@koa/cors": "^2.2.2",
"cross-env": "^5.2.0",
"dotenv": "^6.0.0",
"koa": "^2.5.2",
"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",
"koa-static": "^5.0.0",
"koa2-swagger-ui": "^2.11.6"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}