{
  "version": "0.2.2",
  "name": "syscall-napi",
  "type": "module",
  "description": "Node.js module to perform synchronous syscalls",
  "files": [
    "dist"
  ],
  "main": "dist/lib/index.js",
  "scripts": {
    "build": "rm -rf dist/ && deno-node-build --root . --out dist/ --entry lib/index.ts && sh tools/packing/build.sh",
    "test": "c8 --reporter lcov --reporter html --reporter text mocha test/**/*.ts",
    "lint": "eslint .",
    "type-check": "tsc --noEmit",
    "update-deps": "npm-check-updates -u"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@k13engineering/eslint-rules": "^0.0.6",
    "@k13engineering/releasetool": "^0.0.5",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.6.0",
    "c8": "^11.0.0",
    "deno-node": "^0.0.12",
    "mocha": "^11.7.1",
    "node-archibald": "^0.0.7",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@k13engineering/addon-loader": "^0.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k13-engineering/node-syscall-napi.git"
  },
  "keywords": [],
  "author": "Simon Kadisch",
  "license": "LGPL 2.1",
  "bugs": {
    "url": "https://github.com/k13-engineering/node-syscall-napi/issues"
  },
  "homepage": "https://github.com/k13-engineering/node-syscall-napi#readme",
  "publishConfig": {
    "access": "public"
  },
  "gypfile": false
}
