{
  "name": "dry-aged-deps",
  "version": "2.17.1",
  "type": "module",
  "bin": {
    "dry-aged-deps": "./bin/dry-aged-deps.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "echo 'No build step required'",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "start": "node ./bin/dry-aged-deps.js",
    "test": "node scripts/run-with-timeout.mjs 300 -- vitest run --coverage",
    "test:watch": "vitest --coverage",
    "test:cli": "node scripts/run-with-timeout.mjs 300 -- vitest run",
    "check:lockfile": "npm install --ignore-scripts --package-lock-only && git diff --exit-code -- package-lock.json",
    "check:duplication": "jscpd --threshold 20 src",
    "audit:ci": "node scripts/audit-resolve.cjs",
    "audit:json": "npm audit --json || exit 0",
    "lint": "node node_modules/eslint/bin/eslint.js --config eslint.config.js --format stylish . --ext .js",
    "lint:commits": "commitlint --from=HEAD~1 --to=HEAD",
    "prepare": "husky install .husky",
    "typecheck": "npm run type-check",
    "type-check": "node node_modules/typescript/bin/tsc --noEmit -p tsconfig.json",
    "validate": "npm run lint && npm test",
    "prepush": "npm run lint:commits && npm run lint && npm run type-check && npm run format:check && npm test && npm run check:lockfile && npm run check:duplication && npm run test:cli && npm run test:cli -- test/cli.e2e.real-fixture.test.js && npm run audit:ci",
    "release": "npm version patch && git push --follow-tags",
    "check:deps": "node ./bin/dry-aged-deps.js --check",
    "push:watch": "bash scripts/push-watch.sh"
  },
  "devDependencies": {
    "@commitlint/cli": "21.2.1",
    "@commitlint/config-conventional": "21.2.0",
    "@eslint/js": "^10.0.1",
    "@semantic-release/npm": "13.1.5",
    "@types/node": "26.1.1",
    "@vitest/coverage-v8": "4.1.10",
    "better-npm-audit": "^3.11.0",
    "eslint": "10.7.0",
    "eslint-plugin-security": "4.0.1",
    "execa": "10.0.0",
    "globals": "17.7.0",
    "husky": "9.1.7",
    "jscpd": "5.0.12",
    "prettier": "3.9.4",
    "semantic-release": "25.0.5",
    "typescript": "^7.0.2",
    "vitest": "4.1.10"
  },
  "publishConfig": {
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/voder-ai/dry-aged-deps"
  },
  "license": "MIT",
  "overrides": {
    "brace-expansion": "^5.0.6",
    "glob": "^11.1.0",
    "http-cache-semantics": "^4.1.1",
    "ip": "^2.0.2",
    "js-yaml": "^4.1.1",
    "semver": "^7.5.2",
    "socks": "^2.7.2",
    "tar": "^7.5.10"
  },
  "main": "src/index.js"
}
