-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 699 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 699 Bytes
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
{
"name": "beecompose",
"version": "26.7.0",
"private": true,
"description": "Production-ready Docker Compose stacks. Curated.",
"repository": {
"type": "git",
"url": "git+https://github.com/beevelop/BeeCompose.git"
},
"author": "beevelop",
"license": "MIT",
"bugs": {
"url": "https://github.com/beevelop/BeeCompose/issues"
},
"homepage": "https://github.com/beevelop/BeeCompose#readme",
"scripts": {
"release": "release-it",
"release:dry": "release-it --dry-run"
},
"devDependencies": {
"@release-it/conventional-changelog": "^10.0.4",
"release-it": "^19.2.3",
"release-it-calver-plugin": "github:beevelop/release-it-calver-plugin"
}
}