UNPKG

helixzypher-api-client

Version:

Orval generated API client for heliZypher

45 lines 1.3 kB
{ "name": "helixzypher-api-client", "version": "1.0.0", "description": "Orval generated API client for heliZypher", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "clean": "del-cli dist", "generate:client": "orval", "build:types": "tsc --emitDeclarationOnly --outDir dist", "build:esm": "tsc --module es2020 --outDir dist --declaration false", "build:cjs": "tsc --module commonjs --moduleResolution node --verbatimModuleSyntax false --outDir dist --declaration false", "build": "npm run clean && npm run generate:client && npm run build:types && npm run build:esm && npm run build:cjs", "prepublishOnly": "npm run build", "preview": "vite preview" }, "keywords": [ "api-client", "orval", "react-query", "spring-boot", "typescript", "github-packages" ], "devDependencies": { "@tanstack/react-query": "^5.80.6", "@types/node": "^22.15.30", "axios": "^1.9.0", "del-cli": "^6.0.0", "orval": "^7.9.0", "prettier": "^3.5.3", "replace-in-file": "^8.3.0", "typescript": "^5.8.3" }, "peerDependencies": { "@tanstack/react-query": "^5.80.6", "axios": "^1.9.0", "react": "^18.2.0" } }