UNPKG

@nahkies/typescript-fetch-runtime

Version:

Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template

84 lines (83 loc) 1.92 kB
{ "name": "@nahkies/typescript-fetch-runtime", "version": "0.21.0", "description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template", "license": "MIT", "author": { "name": "Michael Nahkies", "email": "support@nahkies.co.nz" }, "homepage": "https://openapi-code-generator.nahkies.co.nz/", "repository": { "type": "git", "url": "https://github.com/mnahkies/openapi-code-generator.git", "directory": "packages/typescript-fetch-runtime" }, "bugs": { "url": "https://github.com/mnahkies/openapi-code-generator/issues" }, "exports": { "./main": { "require": "./dist/main.js", "import": "./dist/main.js", "types": "./dist/main.d.ts" }, "./joi": { "require": "./dist/joi.js", "import": "./dist/joi.js", "types": "./dist/joi.d.ts" }, "./zod": { "require": "./dist/zod.js", "import": "./dist/zod.js", "types": "./dist/zod.d.ts" } }, "scripts": { "clean": "rm -rf ./dist && rm tsconfig.tsbuildinfo", "build": "tsc -p ./tsconfig.json", "test": "jest" }, "dependencies": { "qs": "^6.14.0", "tslib": "^2.8.1" }, "peerDependencies": { "joi": "^17.13.3", "zod": "3.25.74" }, "peerDependenciesMeta": { "joi": { "optional": true }, "zod": { "optional": true } }, "devDependencies": { "@jest/globals": "^30.0.5", "@types/qs": "^6.14.0", "jest": "^30.0.5", "joi": "^17.13.3", "typescript": "~5.8.3", "zod": "3.25.74" }, "files": [ "src", "dist", "README.md", "CHANGELOG.md", "package.json", "tsconfig.json" ], "keywords": [ "@nahkies/openapi-code-generator", "runtime", "typescript-fetch", "fetch" ], "publishConfig": { "access": "public" }, "gitHead": "52fe1bd9d62312c6d20318e32fbe17f73468c0de" }