-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
122 lines (122 loc) · 3.22 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "hmc-win32",
"version": "1.4.92",
"description": "Connect to the system api in the easiest way (win-api)",
"license": "MIT License",
"main": "./index.js",
"types": "hmc.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/kihlh/hmc-win32.git"
},
"files": [
"hmc.d.ts",
"hmc2.d.ts",
"vkKey.d.ts",
"chcpList.d.ts",
"bin/HMC_x64.node",
"bin/HMC_x86.node",
"bin/HMC@Beta_x64.node",
"bin/HMC@Beta_x86.node",
"index.js"
],
"homepage": "https://kihlh.gitbook.io/hmc/",
"scripts": {
"build": "cd CPP&&node-gyp rebuild",
"ts": "tsc -d -w",
"publish": "npm publish",
"pull": "git push origin master -f",
"esbuild-cjs": "esbuild ./source/mian/hmc.ts --charset=utf8 --bundle --external:./HMC.node --external:../HMC.node --platform=node --format=iife --target=node8 --watch --format=cjs --outfile=index.js",
"esbuild-cjs-Beta": "esbuild ./source/[email protected]/source/main/index.ts --charset=utf8 --bundle --external:./bin/[email protected]_x64.node --external:./bin/[email protected]_x86.node --external:./bin/HMC@Beta_x86.node --external:./bin/HMC@Beta_x64.node --platform=node --format=iife --target=node16 --watch --format=cjs --outfile=./source/[email protected]/index.cjs",
"esbuild-mjs-Beta": "esbuild ./source/[email protected]/source/main/index.ts --banner:js=process.env.HMC___CREATE__REQUIRE___URL__ESM_MODE_PATH=import.meta.url; --charset=utf8 --bundle --external:./bin/[email protected]_x64.node --external:./bin/[email protected]_x86.node --external:./bin/HMC@Beta_x86.node --external:./bin/HMC@Beta_x64.node --platform=node --format=iife --target=node11 --watch --format=esm --outfile=./source/[email protected]/hmc-esm.mjs"
},
"engines": {
"node": ">= 6.14.2"
},
"devDependencies": {
"@types/node": "^16.18.76"
},
"keywords": [
"electron",
"nw.js",
"mousemove",
"winapi",
"system",
"window",
"clipboard",
"HWND",
"open",
"app",
"admin",
"napi",
"power",
"process",
"sleep",
"message",
"alert",
"confirm",
"LOOK",
"USB",
"Keyboard",
"freezeKeyboard",
"Taskbar",
"regedit",
"files",
"file",
"symlink",
"hardlink",
"link",
"open-app",
"open-url",
"open-external",
"hide",
"show",
"hide-console-window",
"self-starting",
"menu",
"tool",
"util",
"mouse",
"kill-process",
"handle",
"set-title",
"visible",
"enum-child-windows",
"process-list",
"win-api",
"clipboard",
"clip",
"usb",
"delete-file",
"trash",
"recycle",
"watch-clipboard",
"watch-usb",
"watch-clip",
"watch-drive",
"watch-process",
"watch-window",
"change-clipboard",
"change-usb",
"change-clip",
"change-drive",
"change-process",
"change-window",
"has-webView2",
"webView2",
"web-view2",
"iohook",
"hook",
"keyboard",
"mouse-hook",
"Mutex",
"environment",
"env",
"escape-env",
"remove-system-variable",
"put-system-variable",
"get-system-variable",
"find-process",
"process-start-time"
]
}