UNPKG

@lasuillard/raindrop-client

Version:

Axios client built with OpenAPI generator for Raindrop.io.

64 lines (63 loc) 2.02 kB
{ "name": "@lasuillard/raindrop-client", "version": "0.6.2", "description": "Axios client built with OpenAPI generator for Raindrop.io.", "keywords": ["raindrop.io", "axios", "openapi"], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lasuillard/raindrop-client.git" }, "author": { "name": "Yuchan Lee", "url": "https://github.com/lasuillard", "email": "lasuillard@gmail.com" }, "homepage": "https://github.com/lasuillard/raindrop-client", "bugs": { "url": "https://github.com/lasuillard/raindrop-client/issues" }, "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 -i openapi.yaml -g typescript-axios -o ./src/generated/ --skip-validate-spec --additional-properties enumPropertyNamingReplaceSpecialChar=true", "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "yarn test:unit && yarn test:type", "test:unit": "vitest --coverage --run --outputFile.junit=./junit.xml", "test:type": "vitest --typecheck.only --run --outputFile.junit=./typecheck.junit.xml", "make-docs": "yarn run typedoc --plugin typedoc-plugin-missing-exports src" }, "devDependencies": { "@biomejs/biome": "^1.8.0", "@codecov/vite-plugin": "^1.1.0", "@openapitools/openapi-generator-cli": "^2.13.1", "@pollyjs/adapter-node-http": "^6.0.6", "@pollyjs/core": "^6.0.6", "@pollyjs/persister-fs": "^6.0.6", "@types/node": "^22.0.2", "@vitest/coverage-v8": "^3.0.4", "@vitest/ui": "^3.0.4", "axios-mock-adapter": "^2.0.0", "axios-rate-limit": "^1.4.0", "dotenv": "^16.4.5", "slugify": "^1.6.6", "tslib": "^2.6.2", "typedoc": "^0.28.1", "typedoc-plugin-missing-exports": "^4.0.0", "typescript": "^5.4.3", "vite": "^6.0.1", "vite-plugin-dts": "^4.2.1", "vite-tsconfig-paths": "^5.0.1", "vitest": "^3.0.4" }, "dependencies": { "axios": "^1.6.8" } }