-
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) · 883 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 883 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": "dockflow",
"version": "1.0.8",
"description": "DockFlow is a Node.js script that streamlines Docker image operations, such as building, caching, and publishing. It's designed to simplify Docker image management, making it an invaluable tool for developers and DevOps engineers. DockFlow centralizes all necessary information for Docker image publication in a single `docker.json` file, with the option to use details directly from `package.json`.",
"main": "index.js",
"bin": {
"dockflow": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worph/dockflow.git"
},
"keywords": [
"docker"
],
"author": "Worph",
"license": "ISC",
"bugs": {
"url": "https://github.com/worph/dockflow/issues"
},
"homepage": "https://github.com/worph/dockflow#readme",
"dependencies": {
"yargs": "^17.7.2"
}
}