generated from pascaliske/docker-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 837 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
{
"name": "docker-unbound",
"description": "Small Alpine based image for unbound - the validating and caching recursive DNS resolver.",
"version": "0.1.0",
"license": "MIT",
"author": {
"name": "Pascal Iske",
"email": "info@pascaliske.dev",
"url": "https://pascaliske.dev"
},
"repository": {
"url": "https://github.com/pascaliske/docker-unbound.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/pascaliske/docker-unbound/issues"
},
"private": true,
"scripts": {
"prepare": "husky",
"version": "bump --yes package.json",
"changelog": "standard-changelog"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@rstacruz/bump-cli": "^2.0.1",
"husky": "^9.0.10",
"standard-changelog": "^6.0.0"
}
}