{
  "name": "@ts-stack/openapi-spec",
  "version": "3.1.6",
  "description": "This is OpenAPI Specification v3.1.0 writen in TypeScript.",
  "main": "dist/index",
  "typings": "dist/index",
  "repository": {
    "type": "git",
    "url": "https://github.com/ts-stack/openapi-spec.git"
  },
  "scripts": {
    "build": "rimraf dist/* && tsc",
    "test": "echo \"Error: no test specified\""
  },
  "keywords": [],
  "author": "Костя Третяк",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.7.3",
    "rimraf": "^6.0.1",
    "typescript": "~5.5.4"
  },
  "tags": [
    "open-api",
    "openapi",
    "typescript-models"
  ]
}