{
  "name": "@sparing-software/sparing-open-api",
  "version": "13.1.1",
  "description": "Generate http service based on open api schema",
  "bin": "./dist/index.js",
  "main": "./dist/index.js",
  "scripts": {
    "prepublish": "npm run build",
    "build": "shx rm -rf dist && tsc",
    "prepare": "is-ci || husky install",
    "test": "vitest"
  },
  "keywords": [
    "open-api",
    "swagger",
    "axios",
    "typescript",
    "http",
    "docs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sparingsoftware/sparing-open-api.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Panowie Programiści",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sparingsoftware/sparing-open-api/issues"
  },
  "homepage": "https://github.com/sparingsoftware/sparing-open-api#readme",
  "dependencies": {
    "chalk": "^4.1.0",
    "swagger-typescript-api": "^12.0.2",
    "ts-morph": "^19.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.5",
    "@semantic-release/git": "^10.0.1",
    "@sparing-software/commitlint-config": "^1.0.0",
    "@sparing-software/prettier-config": "^1.0.0",
    "@types/node": "^18.16.0",
    "axios": "^1.7.4",
    "husky": "^8.0.0",
    "is-ci": "^3.0.1",
    "lint-staged": "^13.2.0",
    "prettier": "^2.8.4",
    "semantic-release": "^21.0.5",
    "shx": "^0.3.4",
    "typescript": "^5.0.4",
    "vitest": "^2.0.5"
  },
  "files": [
    "dist",
    "templates"
  ]
}
