{
  "name": "@architect/hydrate",
  "version": "5.0.2",
  "description": "Architect dependency hydrator and shared file manager",
  "main": "src/index.js",
  "bin": {
    "arc-hydrate": "src/cli.js"
  },
  "scripts": {
    "test": "node test/unit/src/actions/install-update-tests.js",
    "_test": "npm run lint && npm run test:integration && npm run coverage",
    "test:nolint": "npm run test:integration && npm run coverage",
    "test:unit": "cross-env tape 'test/unit/**/*-tests.js'",
    "test:integration": "cross-env tape 'test/integration/**/*-tests.js'",
    "test:integration:fast": "cross-env tape 'test/integration/symlink/**/*-tests.js' 'test/integration/*-tests.js'",
    "coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
    "lint": "eslint . --fix",
    "rc": "npm version prerelease --preid RC",
    "vendor": "cd src/actions/autoinstall/python/py/ && vendoring sync && zip -r9 vendor.zip ./vendor"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/architect/hydrate.git"
  },
  "keywords": [],
  "author": "Brian LeRoux <b@brian.io>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/architect/hydrate/issues"
  },
  "homepage": "https://github.com/architect/hydrate#readme",
  "files": [
    "src/*"
  ],
  "dependencies": {
    "@architect/inventory": "~5.0.0",
    "@architect/utils": "~5.0.0",
    "acorn-loose": "8.5.2",
    "esquery": "1.6.0"
  },
  "devDependencies": {
    "@architect/eslint-config": "~3.0.0",
    "cross-env": "~10.0.0",
    "eslint": "~9.36.0",
    "mock-tmp": "~0.0.4",
    "nyc": "~17.1.0",
    "pnpm": "~10.17.1",
    "proxyquire": "~2.1.3",
    "tape": "~5.9.0",
    "yarn": "~1.22.22"
  }
}
