-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "winny",
"version": "1.3.0",
"description": "Theme Manager bot for Winston",
"main": "main.js",
"scripts": {
"build": "tsc",
"start": "ts-node ./src/main.ts",
"dev": "tsnd --respawn --inspect -- ./src/main.ts",
"deploy": "pm2 deploy production",
"pm2": "pm2 start run-ts.sh --name Winny"
},
"author": "Frostplexx",
"license": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/s3-request-presigner": "^3.421.0",
"@linear/sdk": "^27.0.0",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^12.0.0",
"@types/multer": "^1.4.7",
"axios": "^1.7.4",
"cors": "^2.8.5",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.0.2",
"fs-extra": "^11.1.1",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"multer": "^1.4.5-lts.1",
"openai": "^4.55.7",
"readline-sync": "^1.4.10",
"sequelize": "^6.33.0",
"sharp": "^0.32.6",
"sqlite3": "^5.1.6",
"symbolist": "^1.3.0",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"typescript": "^5.2.2",
"unzipper": "^0.10.14",
"uuid": "^9.0.1",
"ws": "^8.14.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.421.0",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/fs-extra": "^11.0.2",
"@types/jsonwebtoken": "^9.0.3",
"@types/readline-sync": "^1.4.4",
"@types/unzipper": "^0.10.7",
"@types/uuid": "^9.0.4"
}
}