UNPKG

@nasriya/orchestriq

Version:

A package to generate Docker files

81 lines 1.91 kB
{ "name": "@nasriya/orchestriq", "version": "1.0.9", "description": "A package to generate Docker files", "main": "./dist/cjs/main.js", "module": "./dist/esm/main.js", "types": "./dist/@types/main.d.ts", "files": [ "dist/**/*" ], "exports": { ".": { "import": "./dist/esm/main.js", "require": "./dist/cjs/main.js", "types": "./dist/@types/main.d.ts" } }, "publishConfig": { "provenance": true }, "maintainers": [ { "name": "Ahmad Nasriya", "email": "ahmad@nasriya.net", "url": "https://www.linkedin.com/in/ahmadnasriya/" } ], "repository": { "type": "github", "url": "https://github.com/nasriyasoftware/Orchestriq" }, "type": "module", "scripts": { "build": "npm run build:esm && npm run build:cjs && postbuild", "build:esm": "tsc --project tsconfig.esm.json", "build:cjs": "tsc --project tsconfig.cjs.json", "postbuild-init": "postbuild-init", "test": "jest" }, "author": "Nasriya Software", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/nasriyasoftware/Orchestriq/issues" }, "homepage": "https://package.nasriya.net/Orchestriq", "funding": { "type": "individual", "url": "https://fund.nasriya.net/" }, "dependencies": { "readline": "^1.3.0", "tar": "^7.4.3", "undici": "^7.10.0" }, "devDependencies": { "@nasriya/postbuild": "^1.1.5", "@types/jest": "^30.0.0", "@types/node": "^24.0.3", "jest": "^30.0.0", "ts-jest": "^29.4.0" }, "keywords": [ "Docker", "Compose", "Compose V2", "Docker Compose", "Docker Compose V2", "docker-api", "typescript", "nodejs", "container-orchestration", "devops", "automation", "container-management", "remote-docker", "self-hosted", "api-client", "orchestration", "infrastructure" ] }