forked from callsmusic/remix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 976 Bytes
/
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
{
"author": "Roj <[email protected]>",
"license": "AGPL-3.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"engines": {
"node": ">17.x"
},
"scripts": {
"start": "node dist",
"build": "tsc",
"prepare": "npm run build",
"test": "tsc --noEmit",
"prettier": "prettier run --write **"
},
"dependencies": {
"@moebius/fluent": "^1.1.0",
"@moebius/grammy-fluent": "^0.4.1",
"dotenv": "^16.0.2",
"envalid": "^7.3.1",
"escape-html": "^1.0.3",
"fluent-ffmpeg": "^2.1.2",
"got": "^12.5.0",
"grammy": "^1.11.1",
"lyrics-searcher": "^1.0.58",
"telegram": "^2.11.7",
"tgcalls-next": "^0.0.0-rc.18",
"ytdl-core": "^4.11.2",
"ytpl": "^2.3.0",
"ytsr": "^3.8.0"
},
"devDependencies": {
"@grammyjs/types": "^2.9.1",
"@types/escape-html": "^1.0.2",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/node": "^18.7.19",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
}
}