-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 990 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 990 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
{
"name": "listenerd",
"version": "1.0.0",
"description": "tu dublin web app architectures project which aims to be an album music library",
"main": "server/src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"cd client && npm run serve\" \"nodemon server/src/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gurwan/Listenerd.git"
},
"author": "Gurwan DELAUNAY",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gurwan/Listenerd/issues"
},
"homepage": "https://github.com/Gurwan/Listenerd#readme",
"dependencies": {
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"concurrently": "^8.2.1",
"config": "^3.3.9",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.1.0",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"nodemon": "^3.0.1",
"request": "^2.88.2",
"xss": "^1.0.14"
}
}