{
  "name": "@lasuillard/raindrop-client",
  "version": "0.7.7",
  "description": "Axios client built with OpenAPI generator for Raindrop.io.",
  "keywords": [
    "raindrop.io",
    "axios",
    "openapi"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lasuillard-s/raindrop-client.git"
  },
  "author": {
    "name": "Yuchan Lee",
    "url": "https://github.com/lasuillard",
    "email": "lasuillard@gmail.com"
  },
  "homepage": "https://github.com/lasuillard-s/raindrop-client",
  "bugs": {
    "url": "https://github.com/lasuillard-s/raindrop-client/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "packageManager": "npm@11.14.1",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "generate": "openapi-generator-cli generate --input-spec openapi.yaml --generator-name typescript-axios --output ./src/generated/ --skip-validate-spec --additional-properties enumPropertyNamingReplaceSpecialChar=true",
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "fmt": "biome format --write .",
    "fmt:check": "biome format .",
    "lint": "biome lint .",
    "lint:fix": "biome lint --fix .",
    "typecheck": "tsc --noEmit",
    "test": "npm run test:unit && npm run test:type",
    "test:unit": "vitest --coverage --run --outputFile.junit=./junit.xml",
    "test:type": "vitest --typecheck.only --run --outputFile.junit=./typecheck.junit.xml",
    "make-docs": "typedoc --plugin typedoc-plugin-missing-exports src"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.15",
    "@codecov/vite-plugin": "2.0.1",
    "@openapitools/openapi-generator-cli": "2.32.0",
    "@pollyjs/adapter-node-http": "6.0.6",
    "@pollyjs/core": "6.0.6",
    "@pollyjs/persister-fs": "6.0.6",
    "@types/node": "25.7.0",
    "@vitest/coverage-v8": "4.1.6",
    "@vitest/ui": "4.1.6",
    "axios-mock-adapter": "2.1.0",
    "axios-rate-limit": "1.9.0",
    "dotenv": "17.4.2",
    "slugify": "1.6.9",
    "tslib": "2.8.1",
    "typedoc": "0.28.19",
    "typedoc-plugin-missing-exports": "4.1.3",
    "typescript": "6.0.3",
    "vite": "8.0.12",
    "vite-plugin-dts": "4.5.4",
    "vite-tsconfig-paths": "6.1.1",
    "vitest": "4.1.6"
  },
  "dependencies": {
    "axios": "^1.6.8"
  },
  "overrides": {
    "vite": "8.0.12"
  }
}
