UNPKG

@gigya/fetch

Version:

Gigya API TypeScript Client with Hey API

76 lines 1.95 kB
{ "name": "@gigya/fetch", "version": "1.0.0-beta.1", "description": "Gigya API TypeScript Client with Hey API", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "types": { "types": "./dist/gen/types.gen.d.ts", "import": "./dist/gen/types.gen.js", "require": "./dist/gen/types.gen.cjs" }, "sdk": { "types": "./dist/gen/sdk.gen.d.ts", "import": "./dist/gen/sdk.gen.js", "require": "./dist/gen/sdk.gen.cjs" }, "client": { "types": "./dist/gen/client.gen.d.ts", "import": "./dist/gen/client.gen.js", "require": "./dist/gen/client.gen.cjs" }, "schema": { "types": "./dist/gen/schemas.gen.d.ts", "import": "./dist/gen/schemas.gen.js", "require": "./dist/gen/schemas.gen.cjs" } }, "repository": { "type": "git", "url": "git+https://github.tools.sap/cdc-ciam/api-collection.git" }, "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "tag": "beta" }, "keywords": [ "gigya", "api", "client", "typescript", "hey-api", "ofetch", "openapi" ], "files": [ "dist/**/*", "src/*.gen.*", "README.md", "LICENSE" ], "devDependencies": { "@hey-api/client-fetch": "latest", "@hey-api/openapi-ts": "^0.85.2", "pkgroll": "^2.20.0", "typescript": "^5.9.3", "ofetch": "^1.4.1" }, "scripts": { "generate": "npx @hey-api/openapi-ts -e -f open-api.config.ts ", "clean": "rm -rf dist src/gen", "publish:dry": "npm publish --dry-run", "publish:next": "npm publish --tag next", "publish:latest": "npm publish --tag latest", "build": "npm run generate && pkgroll --clean-dist" } }