{
  "name": "ext2fs",
  "version": "4.2.5",
  "description": "WASM bindings to libext2fs for cross-platform ext filesystem handling",
  "author": "Balena Ltd. <hello@balena.io>",
  "license": "Apache-2.0",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/**/*.js",
    "lib/**/*.wasm"
  ],
  "scripts": {
    "clean": "make clean && rm -rf ./emsdk",
    "build": "bash -c 'source ./emsdk/emsdk_env.sh && make -j $(nproc)'",
    "prepare": "./install-toolchain.sh && npm run build",
    "pretest": "eslint --fix lib test src/pre.js",
    "test": "mocha"
  },
  "devDependencies": {
    "bluebird": "^3.7.2",
    "eslint": "^8.31.0",
    "file-disk": "^8.0.0",
    "mocha": "^11.0.0",
    "prettier": "^3.0.0"
  },
  "homepage": "https://github.com/balena-io/node-ext2fs#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io/node-ext2fs.git"
  },
  "keywords": [
    "extfs",
    "ext",
    "ext2",
    "ext3",
    "ext4",
    "filesystem",
    "fs"
  ],
  "bugs": {
    "url": "https://github.com/balena-io/node-ext2fs/issues"
  },
  "engines": {
    "node": ">=16"
  },
  "versionist": {
    "publishedAt": "2025-02-20T18:49:21.966Z"
  }
}
