{
  "name": "@theholocron/holocron-plugin-1password",
  "version": "3.29.12",
  "description": "Holocron plugin for 1Password. Implements the vault capability via shell-out to the `op` CLI (https://developer.1password.com/docs/cli).",
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-1password#readme",
  "bugs": "https://github.com/theholocron/holocron/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theholocron/holocron.git",
    "directory": "packages/holocron-plugin-1password"
  },
  "license": "MIT",
  "author": "Newton Koumantzelis",
  "type": "module",
  "main": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "peerDependencies": {
    "@theholocron/cli": "3.29.12"
  },
  "devDependencies": {
    "@theholocron/eslint-config": "^7.20.0",
    "@theholocron/tsconfig": "^7.20.0",
    "@theholocron/tsdown-config": "^7.20.0",
    "@theholocron/vitest-config": "^7.20.0",
    "@types/node": "^26",
    "@vitest/coverage-v8": "^4.1.10",
    "@vitest/eslint-plugin": "^1.6.27",
    "eslint": "^10.8.1",
    "eslint-plugin-n": "^18.3.0",
    "globals": "^17.11.0",
    "tsdown": "^0.22.14",
    "tsx": "4.23.12",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10",
    "@theholocron/cli": "3.29.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "types": "./dist/index.d.mts",
  "scripts": {
    "build": "tsdown",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "validate": "tsx scripts/validate.mjs"
  }
}