UNPKG

ch-admin-api-client-typescript

Version:
37 lines (36 loc) 961 B
{ "name": "ch-admin-api-client-typescript", "version": "5.78.2", "description": "Openapi generated typescript-axios client for CloudHospital admin", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \\\"Error: no test specified\\\" && exit 1", "build": "openapi-generator-cli generate && tsc", "validate": "openapi-generator-cli validate -i http://localhost:5008/swagger/v1/swagger.json" }, "repository": { "type": "git", "url": "https://github.com/icloudhospital/ch-admin-api-client-typescript" }, "keywords": [ "CloudHospital", "typescript-axios", "admin-client" ], "author": "hyounoosung@gmail.com", "license": "ISC", "dependencies": { "axios": "^1.7.9" }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.16.3", "@types/node": "^18.11.18", "typescript": "^5.7.3" }, "files": [ "lib", "README.md", "package.json" ] }