UNPKG

@openapi-generator-plus/typescript-fetch-node-client-generator

Version:
47 lines 1.58 kB
{ "name": "@openapi-generator-plus/typescript-fetch-node-client-generator", "version": "2.0.0", "description": "An OpenAPI Generator Plus template for a TypeScript API client using Fetch in Node", "keywords": [ "openapi-generator-plus", "openapi-generator-plus-generator", "openapi", "openapi-generator", "typescript", "fetch", "node", "client" ], "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/karlvr/openapi-generator-plus-generators.git" }, "author": "Karl von Randow", "license": "Apache-2.0", "bugs": { "url": "https://github.com/karlvr/openapi-generator-plus-generators/issues" }, "homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/typescript-fetch-node-client#readme", "dependencies": { "@openapi-generator-plus/types": "^2.22.2", "@openapi-generator-plus/generator-common": "1.8.1", "@openapi-generator-plus/template-utils": "0.2.0", "@openapi-generator-plus/typescript-fetch-client-generator": "2.0.0", "@openapi-generator-plus/typescript-generator-common": "2.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "4d7336969427733ca316dfb48219f166adb9182a", "devDependencies": { "node-fetch": "^3.3.2" }, "scripts": { "build": "../../node_modules/.bin/tsc -p tsconfig.prod.json", "clean": "../../node_modules/.bin/rimraf dist", "test": "../../node_modules/.bin/jest", "watch": "../../node_modules/.bin/tsc --watch" } }