UNPKG

podletjs

Version:

JavaScript port of Podlet - Generate Podman Quadlet files from Docker run commands and compose files

50 lines (49 loc) 1.42 kB
{ "name": "podletjs", "version": "1.0.2", "description": "JavaScript port of Podlet - Generate Podman Quadlet files from Docker run commands and compose files", "main": "src/index.js", "type": "module", "scripts": { "test": "NODE_OPTIONS='--experimental-vm-modules' jest", "test:unit": "NODE_OPTIONS='--experimental-vm-modules' jest test/unit", "test:e2e": "NODE_OPTIONS='--experimental-vm-modules' jest test/e2e", "test:all": "npm run test:unit && npm run test:e2e", "test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch", "test:coverage": "NODE_OPTIONS='--experimental-vm-modules' jest --coverage", "start": "node src/index.js" }, "keywords": [ "podman", "quadlet", "docker", "containers", "systemd" ], "author": "KarolTheGuy", "license": "MPL-2.0", "engines": { "node": ">=16.0.0" }, "dependencies": { "composerize": "^1.7.2", "minimist": "^1.2.8" }, "devDependencies": { "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "@jest/globals": "^30.0.4", "babel-jest": "^30.0.4", "fs-extra": "^11.3.0", "jest": "^30.0.4", "tmp": "^0.2.3" }, "repository": { "type": "git", "url": "https://github.com/karoltheguy/podletjs" }, "bugs": { "url": "https://github.com/karoltheguy/podletjs/issues" }, "homepage": "https://github.com/karoltheguy/podletjs#readme" }