-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 942 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
38
{
"name": "versus-be",
"version": "1.0.0",
"description": "The backend repo for the app called Versus",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezziemaven/versus-be.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rezziemaven/versus-be/issues"
},
"homepage": "https://github.com/rezziemaven/versus-be#readme",
"dependencies": {
"@koa/cors": "^2.2.2",
"bcryptjs": "^2.4.3",
"dotenv": "^6.0.0",
"elo-js": "^1.0.1",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"mysql": "^2.16.0",
"node-fetch": "^2.2.0"
},
"devDependencies": {
"koa-logger": "^3.2.0",
"nodemon": "^1.18.3"
}
}