-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 KB
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
{
"name": "modbot",
"version": "3.0.0-beta.13",
"description": "Moderation services and tools for Twitch streamers and their moderators & Discord communities",
"main": "dist/app.js",
"packageManager": "pnpm@10.11.0",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"clean": "turbo run clean",
"dev": "turbo run dev",
"bump-version": "pnpm version prerelease --preid=beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TwitchModSquad/modbot.git"
},
"keywords": [
"discord-bot",
"twitch-bot",
"discord",
"twitch",
"bot"
],
"author": "Twijn",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/TwitchModSquad/modbot/issues"
},
"homepage": "https://github.com/TwitchModSquad/modbot#readme",
"private": true,
"workspaces": [
"apps/bot/*",
"apps/web/*",
"packages/*"
],
"devDependencies": {
"@types/cookie-parser": "^1.4.8",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
"sequelize-cli": "^6.6.2",
"turbo": "^2.5.3"
},
"dependencies": {
"@pm2/io": "^6.1.0",
"node-cron": "^4.0.5",
"pg-hstore": "^2.3.4"
}
}