-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.04 KB
/
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
{
"name": "chromecaster",
"version": "1.0.3",
"description": "Play any video on your Chromecast",
"bin": "dist/chromecaster.js",
"scripts": {
"build": "./node_modules/.bin/ts-node-script scripts/build.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/tsc --watch",
"postinstall": "./node_modules/.bin/ts-node-script ./scripts/postinstall.ts"
},
"author": "Tim de Koning",
"license": "MIT",
"dependencies": {
"@types/bonjour": "^3.5.12",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/ffmpeg-static": "^3.0.2",
"@types/shell-escape": "^0.2.2",
"axios": "^1.6.0",
"bonjour": "^3.5.0",
"castv2-client": "^1.2.0",
"commander": "^11.1.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"get-port": "^7.0.0",
"mediainfo-static": "^1.0.5",
"pkg": "^5.8.1",
"prettier": "^3.0.3",
"shell-escape": "^0.2.0",
"srt-to-vtt": "^1.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}