-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
35 lines (35 loc) · 855 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
30
31
32
33
34
35
{
"name": "Katana",
"description": "Open-source screenshot utility that lives in your menubar.",
"version": "1.4.4",
"main": "./src/index.js",
"author": {},
"license": "GPL-3.0",
"homepage": "",
"repository": {
"type": "git",
"url": "git+https://github.com/bluegill/katana.git"
},
"bugs": {
"url": "https://github.com/bluegill/katana/issues"
},
"scripts": {
"start": "./node_modules/.bin/electron ./src",
"build": "node ./build",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"auto-launch": "^5.0.5",
"decompress": "^4.2.1",
"fs-extra": "^9.0.0",
"lowdb": "^1.0.0",
"request": "^2.88.2",
"sudo-prompt": "^9.1.1"
},
"devDependencies": {
"electron": "^8.2.3",
"electron-packager": "^14.2.1",
"standard": "^14.3.3"
}
}