-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 887 Bytes
/
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
{
"license": "MIT",
"author": {
"name": "Christian Flach",
"email": "[email protected]"
},
"scripts": {
"build": "pkg --targets node16-win,node16-macos,node16-linux --public --output ./build/magicmouse ./run.js",
"postinstall": "patch-package",
"lint": "eslint --cache --quiet ./ && prettier --list-different --config .prettierrc \"*.js\"",
"format": "eslint --cache --fix --quiet . && prettier --write --config .prettierrc \"*.js\""
},
"dependencies": {
"awaitify-stream": "^1.0.2",
"chrome-finder": "^1.0.5",
"get-pixels": "^3.3.2",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"puppeteer-core": "1.19.0",
"smart-buffer": "^4.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"pkg": "^5.5.1",
"prettier": "^2.5.1"
}
}