-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 764 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
{
"name": "teatime_music_api",
"version": "1.0.0",
"description": "api code for project teatime",
"main": "index.js",
"engines": {
"node": "12.18.3",
"npm": "6.14.6"
},
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.ccs.neu.edu/NEU-CS5610-SU20/GroupProject_StayHome_API.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^2.16.1",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.0",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.4",
"ytdl-core": "^3.1.2",
"ytsr": "^0.1.21"
}
}