init project

This commit is contained in:
root
2026-07-31 13:12:54 -04:00
parent 0da92d5e02
commit f3863f760c
7215 changed files with 1860260 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "docker-modem",
"description": "Docker remote API network layer module.",
"version": "5.0.7",
"author": "Pedro Dias <petermdias@gmail.com>",
"maintainers": [
"apocas <petermdias@gmail.com>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/apocas/docker-modem.git"
},
"keywords": [
"containers",
"api",
"docker"
],
"dependencies": {
"debug": "^4.1.1",
"readable-stream": "^3.5.0",
"split-ca": "^1.0.1",
"ssh2": "^1.15.0"
},
"main": "./lib/modem",
"scripts": {
"test": "node --test"
},
"engines": {
"node": ">= 8.0"
}
}