| 123456789101112131415161718192021 |
- {
- "name": "@growi/pdf-converter-client",
- "version": "1.0.0",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "license": "MIT",
- "private": true,
- "scripts": {
- "lint": "biome check",
- "gen:client-code": "orval",
- "dev": "pnpm gen:client-code && tsc -p tsconfig.json",
- "build": "pnpm gen:client-code && tsc -p tsconfig.json"
- },
- "dependencies": {
- "axios": "^1.11.0",
- "tslib": "^2.8.0"
- },
- "devDependencies": {
- "orval": "=7.2.0"
- }
- }
|