-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 919 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
39
40
41
42
43
44
45
{
"name": "vovoca",
"version": "1.0.0",
"description": "backend for vovoca-official",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaustubhai/VOVOCA-backend.git"
},
"keywords": [
"vovoca",
"music",
"royalty",
"free"
],
"engines": {
"node": "14.15.1",
"npm": "6.14.8"
},
"author": "devBucket",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaustubhai/VOVOCA-backend/issues"
},
"homepage": ".",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"pexels": "^1.0.1",
"pg": "^8.5.1",
"postgresql": "0.0.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}