-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
37
38
39
40
41
42
43
44
45
{
"name": "stream-webrtc-tab",
"version": "1.1.0",
"description": "",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "node --experimental-json-modules dist/index.js",
"build": "tsc",
"test": "node --loader ts-node/esm tests/index.ts",
"dev": "node --experimental-json-modules --loader ts-node/esm src/index.js"
},
"keywords": [
"puppeteer",
"video",
"audio",
"stream",
"screenshot",
"recorder"
],
"author": "Simon Tretter <[email protected]>",
"repository": {
"url": "https://github.com/simllll/stream-webrtc-tab"
},
"license": "ISC",
"dependencies": {
"@hokify/eslint-config": "^2.4.4",
"castv2-client": "^1.2.0",
"cors": "^2.8.5",
"dns-txt": "^2.0.2",
"express": "^4.18.2",
"moment": "^2.29.4",
"multicast-dns": "^7.2.5",
"puppeteer": "^19.8.3",
"socket.io": "^4.6.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/multicast-dns": "^7.2.1",
"@types/node": "^18.15.11",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
}
}