-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 784 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 784 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
{
"name": "cryptmusic",
"version": "1.0.0",
"description": "A room for listening to music with friends",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "env-cmd -f ./config/dev.env nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CRYP73R",
"license": "ISC",
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-ws": "^5.0.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.18.1",
"postman-request": "^2.88.1-postman.43",
"range-parser": "^1.2.1",
"validator": "^13.15.15"
},
"devDependencies": {
"env-cmd": "^11.0.0",
"nodemon": "^3.1.10",
"typescript": "^5.9.2"
}
}