ts-from-swagger
Version:
Generate TypeScript interfaces and enums quickly and easily from Swagger definition JSON with our lightweight tool. Improve your development workflow by automatically generating type-safe code that's easy to maintain and understand. Say goodbye to manual
49 lines (48 loc) • 1.81 kB
JSON
{
"name": "ts-from-swagger",
"version": "1.0.3",
"description": "Generate TypeScript interfaces and enums quickly and easily from Swagger definition JSON with our lightweight tool. Improve your development workflow by automatically generating type-safe code that's easy to maintain and understand. Say goodbye to manual coding and hello to streamlined development with our Swagger definition Typescript generator.",
"main": "\\",
"bin": "index.js",
"directories": {
"test": "test"
},
"type": "module",
"scripts": {
"test": "node test/test",
"gen": "node index https://petstore.swagger.io/v2/swagger.json ./test/src/definitions",
"npxgen": "npx .",
"ts-from-swagger": "npx ts-from-swagger https://petstore.swagger.io/v2/swagger.json ./test/src/definitions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n4j1Br4ch1D/ts-from-swagger.git"
},
"keywords": [
"ts-from-swagger",
"swagger2ts",
"typescript generator",
"type-safe",
"type-safe rest Apis",
"type safety",
"tRPC",
"TypeScript interfaces generator",
"Swagger to TypeScript converter",
"NPM package for generating TypeScript interfaces from Swagger",
"TypeScript definitions from Swagger",
"Swagger JSON to TypeScript",
"TypeScript code from Swagger schema",
"TypeScript typings from Swagger definition",
"Swagger interface to TypeScript conversion",
"TypeScript enum generator from Swagger JSON",
"TypeScript code generation from Swagger definition.",
"Convert Swagger JSON to TypeScript code",
"tsgen"
],
"author": "Najib Rachid",
"license": "MIT",
"bugs": {
"url": "https://github.com/n4j1Br4ch1D/ts-from-swagger/issues"
},
"homepage": "https://github.com/n4j1Br4ch1D/ts-from-swagger#readme"
}