{
  "name": "@squelette/ts-gen",
  "version": "1.1.14",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "swagger",
    "codegen",
    "typescript",
    "openapi"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andoshin11/squelette.git"
  },
  "author": "andoshin11 <shinglish11@gmail.com>",
  "bugs": {
    "url": "https://github.com/andoshin11/squelette/issues"
  },
  "homepage": "https://github.com/andoshin11/squelette#readme",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prepare": "tsc"
  },
  "bin": {
    "ts-gen": "./bin/ts-gen.js"
  },
  "devDependencies": {
    "@types/ejs": "^2.6.3",
    "@types/js-yaml": "^3.12.1",
    "@types/prettier": "^1.18.3",
    "openapi3-ts": "^1.3.0",
    "typescript": "^3.6.4"
  },
  "dependencies": {
    "@squelette/core": "^1.1.13",
    "commander": "^3.0.2",
    "ejs": "^2.7.1",
    "js-yaml": "^3.13.1",
    "prettier": "^2.2.1"
  },
  "gitHead": "2ca05f9033623e820230d14f0c9293b915f960be"
}
