forked from stephendltg/go-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.28 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
{
"name": "@stephen-shopopop/broz",
"version": "0.0.24",
"description": "Broz simple browser",
"engines": {
"go": "1.16"
},
"os": [
"darwin",
"linux",
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stephen-shopopop/broz.git"
},
"bugs": {
"url": "https://github.com/stephen-shopopop/broz/issues"
},
"contributors": [
"stephen.deletang@shopopop.com"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"start": "node cli.js --url antfu.me",
"release": "standard-version",
"prerelease": "standard-version -- --prerelease",
"fix": "standard-version -- --release-as minor",
"lint": "npx standard --verbose | snazzy",
"lint:fix": "npx standard --fix"
},
"simple-git-hooks": {
"pre-commit": "npx commitlint --edit $1 & npm run lint"
},
"bin": {
"broz": "cli.js"
},
"keywords": [
"golang",
"webview"
],
"author": "stephen-shopopop <stephen-shopopop@shopopop.com>",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"simple-git-hooks": "^2.7.0",
"snazzy": "^9.0.0",
"standard": "^16.0.4",
"standard-version": "^9.3.2"
},
"dependencies": {}
}