-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.15 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
{
"name": "bear-docker-nginx",
"description": "Add the module (njs, http_headers_more) to the official method, and provide the basic template out of the box\n\n",
"version": "1.0.9",
"private": true,
"author": "imagine10255@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/imagine10255/bear-docker-nginx"
},
"engines": {
"npm": ">=6",
"node": ">=14.5.0"
},
"scripts": {
"gitlog": "git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cblueby %an %Cgreen(%cr)%Creset'",
"cz": "git cz",
"release": "standard-version --release-as",
"release:major": "standard-version -r major",
"release:minor": "standard-version -r minor",
"release:patch": "standard-version -r patch",
"release:beta": "standard-version --prerelease beta",
"release:alpha": "standard-version --prerelease alpha",
"release:docker": "NODE_ENV=production yarn script-cli ./deploy/script/release-docker"
},
"devDependencies": {
"cz-conventional-changelog": "3.3.0",
"cz-customizable": "6.3.0",
"standard-version": "9.3.0"
},
"resolutions": {
"trim-newlines": "4.0.2"
}
}