-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "yunzai-core",
"version": "1.0.0",
"author": "Le-niao",
"description": "Bot",
"type": "module",
"scripts": {
"bundle": "npx lerna run build",
"format": "prettier --write .",
"test": "jest",
"check-format": "git diff --exit-code",
"prepare": "husky"
},
"devDependencies": {
"@babel/preset-env": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.8.5",
"@types/node-localstorage": "^1.3.3",
"@types/node-schedule": "^2.1.7",
"@types/react": "^18.3.3",
"@types/redis": "^4.0.11",
"husky": "^9.0.11",
"icqq": "^0.6.10",
"image-size": "^1.1.1",
"lerna": "^8.1.9",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"oicq": "^2.3.1",
"prettier": "^3.3.3",
"react-puppeteer": "^1.1.2",
"ts-jest": "^29.2.5",
"tsx": "^4.19.1"
},
"private": true,
"workspaces": [
"packages/*"
]
}