balena-image-fs
Version:
Image filesystem manipulation utilities
65 lines (64 loc) • 1.66 kB
JSON
{
"name": "balena-image-fs",
"version": "7.5.3",
"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.1",
"@types/node": "^20.0.0",
"@types/tmp": "^0.2.3",
"jsdoc-to-markdown": "^9.0.0",
"mocha": "^11.0.0",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"typescript": "^5.8.2"
},
"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": "2025-04-02T10:49:04.968Z"
}
}