UNPKG

balena-config-json

Version:
57 lines (56 loc) 1.52 kB
{ "name": "balena-config-json", "version": "4.2.7", "description": "Balena config.json manipulation utilities", "main": "build/config.js", "homepage": "https://github.com/balena-io-modules/balena-config-json", "repository": { "type": "git", "url": "git://github.com/balena-io-modules/balena-config-json.git" }, "files": [ "build/" ], "keywords": [ "balena", "config", "json", "device", "image" ], "directories": { "test": "tests" }, "scripts": { "build": "tsc && npm run readme", "lint": "balena-lint -t tsconfig.dev.json lib tests", "lint-fix": "balena-lint -t tsconfig.dev.json --fix lib tests", "pretest": "npm run build", "test": "tsc --noEmit -p tsconfig.dev.json && ts-mocha --project ./tsconfig.dev.json && npm run lint", "prepack": "npm run build", "readme": "jsdoc2md --template doc/README.hbs build/config.js > README.md" }, "author": "Balena Inc. (https://balena.io/)", "license": "Apache-2.0", "devDependencies": { "@balena/lint": "^9.1.6", "@types/chai": "^5.0.0", "@types/mocha": "^9.0.0", "@types/yauzl": "^2.9.2", "balena-sdk": "^21.1.0", "chai": "^5.0.0", "jsdoc-to-markdown": "^6.0.1", "mocha": "^9.1.2", "ts-mocha": "^11.1.0", "typescript": "^5.8.2", "yauzl": "^2.10.0" }, "dependencies": { "balena-image-fs": "^7.5.0", "file-disk": "^8.0.1", "partitioninfo": "^6.0.2" }, "versionist": { "publishedAt": "2025-04-02T14:10:12.370Z" } }