openapi-client-axios
Version:
JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.
76 lines (75 loc) • 1.89 kB
JSON
{
"name": "openapi-client-axios",
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.",
"version": "7.6.0",
"license": "MIT",
"keywords": [
"openapi",
"swagger",
"client",
"axios",
"frontend",
"browser",
"mock",
"typescript"
],
"author": "Viljami Kuosmanen <viljami@viljami.io>",
"funding": "https://github.com/sponsors/anttiviljami",
"homepage": "https://openapistack.co",
"repository": {
"type": "git",
"url": "git+https://github.com/openapistack/openapi-client-axios.git"
},
"bugs": {
"url": "https://github.com/openapistack/openapi-client-axios/issues"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"*.js",
"*.d.ts",
"*.map",
"**/*.js",
"**/*.d.ts",
"**/*.map",
"!*.test.*",
"!**/*.test.*",
"!__tests__/**",
"!src/**",
"!*.config.js"
],
"peerDependencies": {
"axios": ">=0.25.0",
"js-yaml": "^4.1.0"
},
"dependencies": {
"bath-es5": "^3.0.3",
"dereference-json-schema": "^0.2.1",
"openapi-types": "^12.1.3"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/js-yaml": "^4.0.5",
"@types/json-schema": "^7.0.6",
"axios": "^1.6.2",
"axios-mock-adapter": "^1.22.0",
"jest": "^29.7.0",
"json-schema": "^0.4.0",
"json-schema-deref-sync": "^0.14.0",
"msw": "^1.3.2",
"prettier": "^3.0.3",
"source-map-support": "^0.5.10",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.5.5"
},
"scripts": {
"build": "tsc",
"watch-build": "tsc -w",
"prepare": "npm run build",
"test": "NODE_ENV=test jest",
"lint": "prettier --check src/**/*.ts __tests__/**/*.ts",
"lint:fix": "prettier --write src/**/*.ts __tests__/**/*.ts"
},
"gitHead": "ab29465b34b63ea068c15ca181f2d19e9a28576e"
}