-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
{
"name": "lepikjs",
"version": "3.3.0",
"description": "Global Keyboard and Mouse Desktop Automation",
"main": "./index.js",
"scripts": {
"test": "mocha ./tests/main.test.js",
"dev": "cd ./src && tsc -w",
"build:ts": "cd ./src && tsc",
"build:py": "pyinstaller --onefile ./python/windows/main.py --distpath ./build --workpath ./tmp -y",
"build:docs": "jsdoc -c jsdoc.json",
"build:md": "npx jsdoc-to-markdown javascript/WindowsLepik.js > docs/WindowsLepik.md && npx jsdoc-to-markdown javascript/UnixLepik.js > docs/UnixLepik.md "
},
"keywords": [
"mouse",
"keyboard",
"events",
"globalevents",
"desktop",
"lepikjs",
"autohotkey",
"python",
"desktop",
"desktop-automation",
"automation",
"scripts",
"lepikevents",
"windows",
"linux",
"macos"
],
"author": "ROGR",
"license": "MIT",
"dependencies": {
"eventemitter2": "^6.4.5",
"github-publisher": "^1.4.2",
"lepikevents": "^2.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ROGR3/LepikJS.git"
},
"bugs": {
"url": "https://github.com/ROGR3/LepikJS/issues"
},
"homepage": "https://github.com/ROGR3/LepikJS#readme",
"devDependencies": {
"jsdoc-to-markdown": "^8.0.0"
}
}