UNPKG

balena-preload

Version:

Preload balena OS images with a user application container

62 lines (61 loc) 1.56 kB
{ "name": "balena-preload", "version": "18.0.5", "description": "Preload balena OS images with a user application container", "license": "Apache-2.0", "author": "Balena Ltd (https://balena.io)", "main": "build/preload.js", "types": "build/preload.d.ts", "engines": { "node": "^20.12.0 || >=22.0.0" }, "keywords": [ "balena", "balenaos", "image", "docker", "container" ], "files": [ "build/", "src/preload.py", "Dockerfile", "requirements.txt" ], "dependencies": { "balena-sdk": "^22.0.0", "compare-versions": "^3.6.0", "docker-progress": "^5.0.0", "dockerode": "^4.0.2", "get-port": "^3.2.0", "lodash": "^4.17.21", "node-cleanup": "^2.1.2", "tar-fs": "^2.1.1" }, "devDependencies": { "@balena/lint": "^7.2.6", "@types/dockerode": "^3.3.23", "@types/node": "^20.17.22", "@types/request-promise": "^4.1.48", "@types/tar-fs": "^2.0.1", "catch-uncommitted": "^2.0.0", "typescript": "^5.6.2" }, "homepage": "https://github.com/balena-io/balena-preload", "repository": { "type": "git", "url": "https://github.com/balena-io/balena-preload.git" }, "bugs": { "url": "https://github.com/balena-io/balena-preload/issues" }, "scripts": { "lint": "balena-lint --fix lib", "lint-python": "flake8 src/preload.py", "test": "tsc --noEmit && npm run lint && catch-uncommitted --skip-node-versionbot-changes", "prepare": "tsc" }, "versionist": { "publishedAt": "2025-08-07T12:04:16.014Z" } }