{
  "name": "@bitacode/apispecmd-ts",
  "version": "0.1.2",
  "description": "Convert your OpenAPI 3.0 specs to markdown",
  "homepage": "https://github.com/ccarcaci/apispecmd-ts",
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "start": "tsc --project tsconfig.build.json; INPUT_SPEC=openapi/examples/petstore.yaml OUTPUT_MARKDOWN=openapi/examples/output/petstore.md OUTPUT_PDF=openapi/examples/output/petstore.pdf node build/index.js",
    "test": "jest --passWithNoTests --runInBand"
  },
  "author": "ccarcaci <winston@codeab.it> (https://github.com/ccarcaci)",
  "repository": "github:ccarcaci/apispecmd-ts",
  "bugs": {
    "url": "https://github.com/ccarcaci/apispecmd-ts/issues"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/marked": "^2.0.4",
    "@types/node": "^16.4.11",
    "jest": "^27.0.6",
    "ts-jest": "^27.0.4",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^10.0.2",
    "md-to-pdf": "^4.0.0",
    "openapi-types": "^9.1.0",
    "winston": "^3.3.3"
  },
  "bin": {
    "apispecmd-ts": "./bin/apispecmd-ts"
  },
  "files": [
    "build",
    "bin"
  ],
  "license": "MIT"
}
