-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.81 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
{
"name": "foxtrot",
"version": "1.0.0",
"description": "Discord bot made for playing media in the voice channels.",
"main": "index.js",
"scripts": {
"build:ts": "tsc && tsc-alias",
"build:cpp": "node-gyp clean configure build",
"build": "npm run build:cpp && npm run build:ts",
"start": "node --openssl-legacy-provider dist/manager/",
"prettier": "prettier --config ./.prettierrc --write **/*.ts"
},
"author": "Litterbin Collective",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@sentry/node": "^8.19.0",
"@sentry/profiling-node": "^8.19.0",
"better-ytdl-core": "github:be195/better-ytdl-core#patch-1",
"dayjs": "^1.11.7",
"detritus-client": "github:be195/client#0.16.4",
"detritus-client-socket": "github:be195/client-socket",
"google-assistant": "github:LitterbinCollective/google-assistant",
"knex": "^2.4.0",
"m3u8stream": "^0.8.6",
"objection": "github:Vincit/objection.js",
"pg": "^8.7.3",
"s-dl": "git+https://codeberg.org/b195/s-dl.git",
"set-cookie-parser": "^2.6.0",
"sh": "github:LitterbinCollective/sh",
"sqlite3": "^5.0.11",
"tweetnacl": "^1.0.3",
"type-fest": "^2.1.0",
"url-pattern": "^1.0.3",
"youtubei.js": "^10.1.0"
},
"devDependencies": {
"@types/cli-table": "^0.3.0",
"@types/node": "^18.15.3",
"@types/set-cookie-parser": "^2.4.10",
"node-addon-api": "^5.0.0",
"node-gyp": "^10.0.1",
"prettier": "^2.8.0",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.2",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LitterbinCollective/foxtrot.ts.git"
},
"bugs": {
"url": "https://github.com/LitterbinCollective/foxtrot.ts/issues"
},
"homepage": "https://foxtrot.litterbin.dev"
}