generated from l-collect/ts-dev-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
{
"name": "52bot-workspace",
"version": "0.0.1",
"description": "qq机器人开发框架",
"repository": {
"url": "https://github.com/lc-cn/52bot"
},
"scripts": {
"start": "pnpm start -C test start",
"dev": "pnpm -C test dev",
"initial": "pnpm -C test initial",
"prepare": "husky install",
"lint": "eslint packages --ext .ts",
"lint:fix":"eslint packages --ext .ts --fix",
"format": "prettier packages --write",
"build": "node ./scripts/build.js",
"clean": "node ./scripts/clean.js",
"pub": "node ./scripts/publish.js",
"docs:dev": "vitepress dev docs --port 5566",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"engines": {
"node": ">=14",
"pnpm": ">=7"
},
"keywords": [
"qq",
"group",
"bot"
],
"author": "凉菜",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"husky": "^8.0.3",
"vitepress": "1.0.0-rc.39",
"vue": "^3.4.15",
"latest-version": "^5.0.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"tsc-alias": "^1.8.8",
"typescript": "^5.2.2"
}
}