{
  "name": "yanki-connect",
  "version": "3.0.0",
  "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.104",
    "open": "^10.1.2"
  },
  "devDependencies": {
    "@kitschpatrol/shared-config": "^5.4.2",
    "@vitest/browser": "^3.1.4",
    "@vitest/coverage-istanbul": "^3.1.4",
    "@vitest/coverage-v8": "^3.1.4",
    "bumpp": "^10.1.1",
    "pkgroll": "^2.12.2",
    "playwright": "^1.52.0",
    "ts-morph": "^26.0.0",
    "typescript": "~5.8.3",
    "vite": "^6.3.5",
    "vitest": "^3.1.4"
  },
  "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"
  }
}