ch-chat-api-client-orval
Version:
TypeScript API client for CH Chat API with SWR hooks and Axios integration
104 lines • 2.56 kB
JSON
{
"name": "ch-chat-api-client-orval",
"description": "TypeScript API client for CH Chat API with SWR hooks and Axios integration",
"version": "0.0.2",
"type": "module",
"main": "src/gen/models/index.ts",
"types": "src/gen/models/index.ts",
"exports": {
".": {
"types": "./src/gen/models/index.ts",
"default": "./src/gen/models/index.ts"
},
"./models": {
"types": "./src/gen/models/index.ts",
"default": "./src/gen/models/index.ts"
},
"./sessions": {
"types": "./src/gen/endpoints/sessions/sessions.ts",
"default": "./src/gen/endpoints/sessions/sessions.ts"
},
"./migrations": {
"types": "./src/gen/endpoints/migrations/migrations.ts",
"default": "./src/gen/endpoints/migrations/migrations.ts"
},
"./whats-apps": {
"types": "./src/gen/endpoints/whats-apps/whats-apps.ts",
"default": "./src/gen/endpoints/whats-apps/whats-apps.ts"
},
"./package.json": "./package.json"
},
"license": "ISC",
"keywords": [
"axios",
"typescript",
"api generator",
"chat api",
"api client",
"icloudhospital",
"ch"
],
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@changesets/cli": "^2.27.11",
"biome": "^0.3.3",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.1.0",
"husky": "^9.1.7",
"orval": "^7.10.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"axios": "^1.0.0",
"swr": "^2.0.0",
"typescript": "^5.0.0",
"zod": "^3.20.0"
},
"peerDependenciesMeta": {
"axios": {
"optional": false
},
"swr": {
"optional": true
},
"zod": {
"optional": true
},
"typescript": {
"optional": false
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.ts"
}
},
"repository": {
"type": "git",
"url": "https://github.com/icloudhospital/ch-chat-api-typescript-axios"
},
"files": [
"src",
"README.md",
"LICENSE",
"package.json"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"commit": "cz",
"generate": "orval",
"test": "echo 'No tests specified' && exit 0",
"changeset": "changeset",
"ci:version": "changeset version",
"ci:publish": "pnpm publish --access public",
"release": "changeset publish",
"generate-and-publish": "pnpm generate && pnpm ci:publish"
}
}