-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
28 lines (28 loc) · 1.36 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
{
"private": true,
"scripts": {
"dev:web": "pnpm run --filter=@clansty/maibot-web dev",
"dev:bot": "pnpm run --filter=@clansty/maibot-workers dev",
"dev": "pnpm run --filter=@clansty/maibot-workers --filter=@clansty/maibot-web --parallel dev",
"deploy": "pnpm run --filter=@clansty/maibot-workers --filter=@clansty/maibot-onebot --filter=@clansty/maibot-qofbot --filter=@clansty/maibot-web \"/^deploy.*/\" && pnpm run deploy:docker",
"deploy:docker": "curl -X POST -vL https://portainer.c5y.moe/api/stacks/webhooks/10d9fea3-43d2-46c3-811a-e65293d4d0cb",
"deploy:tg": "pnpm run --filter=@clansty/maibot-workers deploy",
"deploy:qq": "pnpm run --filter=@clansty/maibot-onebot --filter=@clansty/maibot-qofbot deploy && pnpm run deploy:docker",
"deploy:web": "pnpm run --filter=@clansty/maibot-web deploy",
"tail": "pnpm run --filter=@clansty/maibot-workers tail"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"typescript": "^5.5.4"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}