-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
90 lines (90 loc) · 2.52 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "capslockx",
"version": "1.34.8",
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
"keywords": [
"CapsLockX"
],
"homepage": "https://github.com/snolab/CapsLockX#readme",
"bugs": {
"url": "https://github.com/snolab/CapsLockX/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snolab/CapsLockX.git"
},
"license": "GPL-3.0-or-later",
"author": "[email protected]",
"main": "DevTools/CapsLockX.mjs",
"bin": {
"capslockx": "CapsLockX.exe"
},
"directories": {
"doc": "docs"
},
"type": "module",
"files": [
"Core",
"Data",
"package*",
"Modules",
"Tools",
"docs",
"CapsLockX*",
"*.txt",
"*.md"
],
"scripts": {
"build": "CapsLockX.exe CapsLockX.ahk /CI_TEST",
"build-tauri": "cd DevTools/CLXConfig.js && npm run build",
"prepare": "husky install",
"prerelease": "git diff --quiet || echo worktree not clean, commit it first",
"release": "standard-version --commit-all && git push --follow-tag --all",
"start": "CapsLockX.exe",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"test": "CapsLockX.exe CapsLockX.ahk /CI_TEST"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",
"BAK_*.{css,md,js,ts,jsx,tsx}": "prettier --write",
"*.ahk": []
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.6",
"dotenv": "^16.3.1",
"enquirer": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"glob": "^10.3.10",
"husky": "^8.0.3",
"inquirer": "^9.2.12",
"lint-staged": "^13.3.0",
"lodash-es": "^4.17.21",
"openai": "^4.47.1",
"p-map": "^7.0.1",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "2.3.0",
"prettier-plugin-tsconfig": "^0.0.1",
"rambda": "^7.5.0",
"standard-version": "^9.5.0",
"tsx": "^3.14.0",
"typescript": "^4.9.5",
"yaml": "^2.3.4"
},
"standard-version": {
"scripts": {
"precommit": "node DevTools/versioning.node.mjs && git add ."
}
},
"dependencies": {
"vitepress": "^1.0.0-rc.36"
}
}