@openapi-ts/request-types
Version:
TypeScript types for HTTP requests, supporting code generated by @openapi-ts/backend.
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@openapi-ts/request-types",
"version": "1.1.0",
"description": "TypeScript types for HTTP requests, supporting code generated by @openapi-ts/backend.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo",
"prepublish": "yarn clean && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henhal/openapi-ts-types.git"
},
"keywords": [
"OpenAPI",
"backend",
"TypeScript",
"types",
"codegen",
"operations",
"specification",
"request",
"response"
],
"author": "Henrik Hall",
"license": "MIT",
"bugs": {
"url": "https://github.com/henhal/openapi-ts-types/issues"
},
"homepage": "https://github.com/henhal/openapi-ts-types#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^4.2.4"
}
}