balena-image-fs
Version:
Image filesystem manipulation utilities
65 lines (64 loc) • 1.65 kB
JSON
{
"name": "balena-image-fs",
"version": "7.6.19",
"description": "Image filesystem manipulation utilities",
"main": "build/index.js",
"homepage": "https://github.com/balena-io-modules/balena-image-fs",
"repository": {
"type": "git",
"url": "git://github.com/balena-io-modules/balena-image-fs.git"
},
"keywords": [
"balena",
"fs",
"filesystem",
"device",
"image"
],
"directories": {
"test": "tests"
},
"scripts": {
"lint": "balena-lint -t tsconfig.dev.json --typescript lib tests",
"lint-fix": "balena-lint -t tsconfig.dev.json --fix --typescript lib tests",
"clean": "rm -rf build",
"build": "npm run clean && tsc",
"test": "npm run lint && mocha -r ts-node/register tests/*.ts",
"readme": "jsdoc2md --template doc/README.hbs build/index.js > README.md",
"prepublish": "npm run test && npm run build && npm run readme"
},
"files": [
"build/*.js",
"build/*.js.map",
"build/*.d.ts",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"author": "Balena Ltd. <hello@balena.io>",
"license": "Apache-2.0",
"devDependencies": {
"@balena/lint": "^9.1.6",
"@types/mocha": "10.0.10",
"@types/node": "20.19.43",
"@types/tmp": "0.2.6",
"jsdoc-to-markdown": "9.1.3",
"mocha": "11.7.6",
"tmp": "0.2.7",
"ts-node": "10.9.2",
"typescript": "6.0.3"
},
"dependencies": {
"ext2fs": "^4.2.4",
"fatfs": "^0.10.8",
"file-disk": "^8.0.1",
"partitioninfo": "^6.0.3",
"typed-error": "^3.2.1"
},
"engines": {
"node": ">=16"
},
"versionist": {
"publishedAt": "2026-06-24T02:39:58.869Z"
}
}