{
  "name": "@openapi-generator-plus/indexed-type",
  "version": "1.0.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karlvr/openapi-generator-plus.git"
  },
  "author": "Karl von Randow",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/karlvr/openapi-generator-plus/issues"
  },
  "homepage": "https://github.com/karlvr/openapi-generator-plus#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "../../node_modules/.bin/tsc -p tsconfig.prod.json",
    "clean": "../../node_modules/.bin/rimraf dist",
    "lint": "../../node_modules/.bin/eslint src",
    "watch": "../../node_modules/.bin/tsc --watch"
  }
}