{
  "name": "@openapi-generator-plus/typescript-fetch-rn-client-generator",
  "version": "1.5.12",
  "description": "An OpenAPI Generator Plus template for a TypeScript API client using Fetch in React Native",
  "keywords": [
    "openapi-generator-plus",
    "openapi-generator-plus-generator",
    "openapi",
    "openapi-generator",
    "typescript",
    "fetch",
    "react-native",
    "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-rn-client#readme",
  "dependencies": {
    "@openapi-generator-plus/types": "^2.22.0",
    "@openapi-generator-plus/handlebars-templates": "1.11.6",
    "@openapi-generator-plus/typescript-fetch-client-generator": "1.15.2",
    "@openapi-generator-plus/typescript-generator-common": "1.13.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4d7336969427733ca316dfb48219f166adb9182a",
  "scripts": {
    "build": "../../node_modules/.bin/tsc -p tsconfig.prod.json",
    "clean": "../../node_modules/.bin/rimraf dist",
    "link": "pnpm link @openapi-generator-plus/types && pnpm link",
    "watch": "../../node_modules/.bin/tsc --watch"
  }
}