-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "hatsushimo",
"version": "1.0.0",
"description": "A QQ/Discord Bot for our FFXIV-related group (Eorzea Macrology Association)",
"repository": {
"type": "git",
"url": "https://github.com/AwesomeHamster/hatsushimo.git"
},
"author": "Maiko Tan <maiko.tan.coding@gmail.com>",
"license": "MIT",
"scripts": {
"build": "yarn workspaces foreach run build",
"dev": "yarn workspaces foreach -p -j 4 run dev",
"lint": "yarn workspaces foreach run lint",
"format": "yarn workspaces foreach -p -j 4 run format",
"test": "yarn workspaces foreach -p -j 4 --verbose run test",
"=========== git commands ==========": "",
"gp": "cross-env GITHUB_TOKEN=$PAT git submodule foreach \"git push\"",
"prepare": "husky install",
"=========== Crowdin commands ==========": "",
"crowdin:upload": "crowdin upload sources",
"crowdin:download": "crowdin download"
},
"workspaces": [
"plugins/*",
"packages/*"
],
"private": true,
"engines": {
"node": "~18.7.0",
"yarn": "^1.17.0",
"npm": "please use yarn"
},
"packageManager": "yarn@4.2.2",
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@koishijs/translator": "^1.1.1",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"koishi": "^4.15.6",
"koishi-plugin-puppeteer": "^3.7.3",
"prettier": "^3.1.0"
},
"resolutions": {
"koishi": "<4.16.8",
"typescript": "5.4.3"
}
}