UNPKG

@hugsylabs/plugin-docker

Version:

Docker container management support for Hugsy - containerization and orchestration

47 lines 1.05 kB
{ "name": "@hugsylabs/plugin-docker", "version": "0.0.7", "description": "Docker container management support for Hugsy - containerization and orchestration", "type": "module", "main": "index.js", "exports": { ".": "./index.js" }, "files": [ "index.js", "README.md" ], "keywords": [ "hugsy", "plugin", "docker", "container", "containerization", "docker-compose", "claude-code" ], "author": "Hugsy Contributors", "license": "MIT", "homepage": "https://github.com/HugsyLabs/hugsy-plugins/tree/main/packages/plugins/docker", "repository": { "type": "git", "url": "https://github.com/HugsyLabs/hugsy-plugins.git", "directory": "packages/plugins/docker" }, "bugs": { "url": "https://github.com/HugsyLabs/hugsy-plugins/issues" }, "peerDependencies": { "@hugsylabs/hugsy": ">=0.0.1" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "lint": "eslint index.js", "test": "vitest run" } }