-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"dependencies": {
"@types/cli-spinners": "^1.3.0",
"@types/express": "^4.17.16",
"@types/hh-mm-ss": "^1.2.1",
"@types/node": "^18.11.18",
"@types/puppeteer": "^7.0.4",
"@types/sharp": "^0.31.1",
"@types/ws": "^8.5.4",
"axios": "^1.2.3",
"cli-spinners": "^2.7.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"hh-mm-ss": "^1.2.0",
"logging-library": "^0.5.0",
"m3u8stream": "^0.8.6",
"node-libcurl": "^3.0.0",
"puppeteer": "^19.6.3",
"request": "^2.88.2",
"selenium": "^2.20.0",
"selenium-webdriver": "^4.8.0",
"sharp": "^0.31.3",
"ts-node": "^10.9.1",
"ts-transformer-keys": "^0.4.4",
"ws": "^8.12.0"
},
"name": "twitchreplay",
"description": "Similar to OBS Replay Buffer but for Twitch.",
"version": "0.1.0",
"main": "src/index.ts",
"scripts": {
"run": "node dist/index.js",
"build": "tsc",
"setup": "npm install typescript && npm install --global typescript && npm install --global ts-node",
"dev": "nodemon src/index.ts",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@jest/globals": "^29.3.1",
"@types/ffmpeg": "^1.0.4",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/request": "^2.48.8",
"@types/selenium-webdriver": "^4.1.10",
"babel-jest": "^29.3.1",
"jest": "^29.3.1",
"ts-jest": "^29.0.5"
}
}