UNPKG

iop

Version:
54 lines (53 loc) 1.06 kB
{ "name": "iop", "description": "Ship Docker Anywhere", "version": "0.2.17", "author": "elitan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/elitan/iop.git", "directory": "packages/cli" }, "keywords": [ "deployment", "zero-downtime", "docker", "ssh", "cli" ], "bin": { "iop": "dist/index.js" }, "main": "./dist/index.js", "files": [ "dist/**/*", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "prepublishOnly": "cp ../../README.md . && bun run build", "start": "bun run src/index.ts", "test": "bun test" }, "dependencies": { "@types/cli-progress": "^3.11.6", "cli-progress": "^3.12.0", "js-yaml": "^4.1.0", "ssh2-promise": "^1.0.0", "zod": "^3.24.4" }, "devDependencies": { "@types/bun": "latest", "@types/js-yaml": "^4.0.5", "@types/node": "^20", "@types/ssh2": "^1.15.0", "typescript": "^5" }, "engines": { "node": ">=18" } }