{
  "name": "@openapi-generator-plus/typescript-generator-common",
  "version": "2.0.0",
  "description": "A common OpenAPI Generator Plus module for TypeScript generators",
  "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-common#readme",
  "dependencies": {
    "@openapi-generator-plus/types": "^2.22.2",
    "pluralize": "^8.0.0",
    "@openapi-generator-plus/generator-common": "1.8.1",
    "@openapi-generator-plus/template-utils": "0.2.0",
    "@openapi-generator-plus/java-like-generator-helper": "2.6.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4d7336969427733ca316dfb48219f166adb9182a",
  "scripts": {
    "build": "../../node_modules/.bin/tsc -p tsconfig.prod.json",
    "clean": "../../node_modules/.bin/rimraf dist",
    "watch": "../../node_modules/.bin/tsc --watch"
  }
}