{
  "name": "lockparse",
  "version": "0.5.2",
  "description": "A lightweight lockfile parser.",
  "files": [
    "lib"
  ],
  "keywords": [
    "lockfile",
    "lock",
    "parse",
    "pnpm",
    "npm",
    "yarn"
  ],
  "homepage": "https://github.com/43081j/lockparse#readme",
  "bugs": {
    "url": "https://github.com/43081j/lockparse/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/43081j/lockparse.git"
  },
  "license": "MIT",
  "author": "James Garbutt (https://github.com/43081j)",
  "type": "module",
  "main": "lib/main.js",
  "scripts": {
    "build": "tsc",
    "lint": "npm run lint:js && npm run lint:ts && npm run lint:format",
    "lint:js": "oxlint --type-aware src test",
    "lint:ts": "tsc --noEmit -p tsconfig.test.json",
    "lint:format": "prettier --check src test",
    "format": "prettier --write src test",
    "test": "vitest run"
  },
  "devDependencies": {
    "@types/node": "^25.6.2",
    "@vitest/coverage-v8": "^4.1.5",
    "oxlint": "^1.63.0",
    "oxlint-tsgolint": "^0.22.1",
    "prettier": "^3.8.3",
    "typescript": "^6.0.3",
    "vitest": "^4.0.3"
  }
}
