forked from snolab/CapsLockX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.09 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
{
"name": "capslockx",
"version": "1.30.3",
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
"scripts": {
"start": "CapsLockX.exe",
"build": "CapsLockX.exe CapsLockX.ahk /CI_TEST",
"test": "CapsLockX.exe CapsLockX.ahk /CI_TEST",
"prepare": "husky install",
"prerelease": "git diff --quiet || echo worktree not clean, commit it first",
"release": "pnpm upgrade && standard-version --commit-all && git push --follow-tag --all",
"build-tauri": "cd DevTools/CLXConfig.js && npm run build"
},
"files": [
"Core",
"Data",
"package*",
"Modules",
"Tools",
"docs",
"CapsLockX*",
"*.txt",
"*.md"
],
"standard-version": {
"scripts": {
"precommit": "node DevTools/versioning.node.mjs && git add ."
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/snolab/CapsLockX.git"
},
"author": "[email protected]",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/snolab/CapsLockX/issues"
},
"homepage": "https://github.com/snolab/CapsLockX#readme",
"bin": {
"capslockx": "CapsLockX.exe"
},
"main": "DevTools/CapsLockX.mjs",
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/pinyin": "^2.10.0",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lodash-es": "^4.17.21",
"pinyin": "^2.11.2",
"prettier": "^2.8.1",
"prettier-plugin-organize-imports": "^3.2.1",
"prettier-plugin-packagejson": "2.3.0",
"prettier-plugin-tsconfig": "^0.0.1",
"sno-utils": "^0.3.16",
"standard-version": "^9.5.0",
"typescript": "^4.9.4"
},
"workspaces": [
"DevTools/CLXConfig.js"
],
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",
"*.{css,md,js,ts}": "prettier --write",
"*.ahk": []
},
"directories": {
"doc": "docs"
},
"keywords": [
"CapsLockX"
]
}