{
  "name": "yanki-connect",
  "version": "2.2.1",
  "description": "A fully-typed Anki-Connect API client.",
  "keywords": [
    "anki",
    "flashcards",
    "spaced-repetition",
    "anki-connect",
    "client",
    "api",
    "yanki",
    "npm-package"
  ],
  "homepage": "https://github.com/kitschpatrol/yanki-connect",
  "bugs": "https://github.com/kitschpatrol/yanki-connect/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kitschpatrol/yanki-connect.git"
  },
  "license": "MIT",
  "author": {
    "name": "Eric Mika",
    "email": "eric@ericmika.com",
    "url": "https://ericmika.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/node": "^18.19.83",
    "open": "^10.1.0"
  },
  "devDependencies": {
    "@kitschpatrol/shared-config": "^5.3.1",
    "@vitest/browser": "^3.0.9",
    "@vitest/coverage-istanbul": "^3.0.9",
    "@vitest/coverage-v8": "^3.0.9",
    "bumpp": "^10.1.0",
    "pkgroll": "^2.11.2",
    "playwright": "^1.51.1",
    "ts-morph": "^25.0.1",
    "typescript": "~5.8.2",
    "vite": "^6.2.3",
    "vitest": "^3.0.9"
  },
  "engines": {
    "node": "^18.15.0 || >=20.11.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pkgroll --clean-dist --minify --sourcemap --tsconfig tsconfig.build.json",
    "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
    "coverage": "vitest run --coverage",
    "fix": "kpi fix",
    "lint": "kpi lint",
    "release": "bumpp --commit 'Release: %s' && pnpm run build && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
    "test": "vitest"
  }
}