-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.11 KB
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
{
"name": "family-media-lan",
"version": "0.0.2",
"description": "LAN based browser music player with central parental controls, gameshow buzzer, and video chat.",
"main": "dist/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "parallel -j 5 -- './node_modules/.bin/cpx \"static-files/**/*\" dist --watch' 'sass --watch src:dist' './node_modules/.bin/tsc -p ./src/client/ --preserveWatchOutput --watch' './node_modules/.bin/tsc --preserveWatchOutput --watch' 'nodemon -r dotenv/config ./dist/server.js'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"peer": "^0.5.3",
"pug": "^2.0.4",
"socket.io": "^2.3.0",
"uuid": "^7.0.3"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/express-fileupload": "^1.1.3",
"@types/peerjs": "^1.1.0",
"@types/socket.io": "^2.1.4",
"@types/uuid": "^7.0.2",
"braces": "^3.0.2",
"cpx": "^1.5.0",
"nodemon": "^2.0.4",
"typescript": "^3.8.3",
"vue": "^2.6.11"
}
}