-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
36 lines (36 loc) · 939 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
36
{
"name": "broz",
"version": "0.4.1",
"packageManager": "[email protected]",
"description": "A simple, frameless browser for screenshots",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/broz",
"repository": {
"type": "git",
"url": "https://github.com/antfu/broz"
},
"bugs": "https://github.com/antfu/broz/issues",
"main": "index.js",
"bin": {
"broz": "./broz.js"
},
"scripts": {
"dev": "electron index.js",
"lint": "eslint .",
"release": "bumpp --commit --tag --push && npm publish"
},
"dependencies": {
"electron": "^26.3.0",
"electron-window-state": "^5.0.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.24",
"@types/yargs": "^17.0.28",
"bumpp": "^9.2.0",
"eslint": "^8.51.0",
"typescript": "^5.2.2"
}
}