{
  "name": "flock-rs",
  "version": "2.0.7",
  "main": "index.js",
  "repository": "https://github.com/kolserdav/flock.git",
  "napi": {
    "name": "flock-rs"
  },
  "scripts": {
    "help": "napi build -h",
    "compile": "./build/compile.sh",
    "build": "napi build --platform --release",
    "build:debug": "napi build",
    "install": "node install/index.js",
    "postinstall": "node install/index.js",
    "test": "node test/index.js"
  },
  "keywords": [
    "flock",
    "lockfile"
  ],
  "author": "kolserdav",
  "license": "MIT",
  "description": "",
  "dependencies": {
    "@napi-rs/cli": "^2.18.4",
    "detect-libc": "^2.0.4"
  },
  "devDependencies": {
    "@types/node": "^22.10.2"
  },
  "fhead": {
    "root": "src",
    "repository": "https://github.com/kolserdav/flock.git",
    "patterns": [
      ".rs"
    ],
    "name": "Sergei Kolmiller",
    "email": "kolserdav@conhos.ru",
    "license": "MIT",
    "licenseText": "See LICENSE file",
    "copyright": "kolserdav, All rights reserved (c)",
    "renewAll": false
  }
}
