{
  "name": "@jujulego/pid-file",
  "version": "2.2.2",
  "license": "MIT",
  "keywords": [
    "node",
    "pid",
    "pidfile"
  ],
  "description": "A simple pidfile utility.",
  "author": "Julien Capellari <julien.capellari@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/Jujulego/pid-file"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "files": [
    "./dist"
  ],
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "scripts": {
    "lint": "eslint .",
    "clean": "shx rm -r dist",
    "docs": "jsdoc2md --files ./dist/*.js --template ./docs/README.hbs",
    "build": "jill run 'build:esm // build:types'",
    "build:esm": "swc src -d dist --strip-leading-paths",
    "build:types": "tsc --project tsconfig.build.json",
    "test": "vitest run",
    "test:types": "tsc --project tests"
  },
  "dependencies": {
    "@kyrielle/logger": "^2.0.0",
    "@swc/helpers": "^0.5.6",
    "proper-lockfile": "^4.1.2"
  },
  "devDependencies": {
    "@eslint/js": "9.39.1",
    "@jujulego/jill": "3.0.0-alpha.8",
    "@jujulego/vite-plugin-swc": "1.2.1",
    "@microsoft/eslint-formatter-sarif": "3.1.0",
    "@swc/cli": "0.7.9",
    "@swc/core": "1.15.0",
    "@types/jsdoc-to-markdown": "7.0.6",
    "@types/node": "24.10.0",
    "@types/proper-lockfile": "4.1.4",
    "@vitest/coverage-v8": "4.0.8",
    "@vitest/eslint-plugin": "1.4.1",
    "eslint": "9.39.1",
    "jiti": "2.6.1",
    "jsdoc-to-markdown": "9.1.3",
    "shx": "0.4.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.46.3",
    "vite": "7.2.2",
    "vite-tsconfig-paths": "5.1.4",
    "vitest": "4.0.8"
  },
  "packageManager": "yarn@4.11.0"
}
