-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "api",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc && tsc-alias",
"start": "node dist/index.js",
"dev": "concurrently \"tsc -w\" \"tsc-alias -w\" \"nodemon dist/index.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/BreakingWebTv/api.git"
},
"author": "BreakingWebTv",
"license": "AGPL-3.0 license",
"bugs": {
"url": "https://github.com/BreakingWebTv/api/issues"
},
"homepage": "https://github.com/BreakingWebTv/api#readme",
"description": "",
"devDependencies": {
"@types/node": "^22.10.2",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@sapphire/snowflake": "^3.5.5",
"@types/qrcode": "^1.5.5",
"@types/speakeasy": "^2.0.10",
"@types/ws": "^8.5.13",
"bullmq": "^5.34.8",
"concurrently": "^9.1.0",
"discord-api-types": "^0.37.111",
"dotenv": "^16.4.7",
"ioredis": "^5.4.1",
"moment": "^2.30.1",
"mongoose": "^8.8.4",
"speakeasy": "^2.0.0",
"tsc-alias": "^1.8.10",
"ws": "^8.18.0"
}
}