{
  "version": "1.0.4",
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/cjs/index.js",
  "typings": "dist/types/index.d.ts",
  "module": "dist/esm/index.js",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=14.17.0"
  },
  "scripts": {
    "build": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json",
    "test": "jest --coverage --passWithNoTests",
    "lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
    "prepare": "rm -rf dist & tsc -p tsconfig.esm.json & tsc -p tsconfig.cjs.json"
  },
  "peerDependencies": {},
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "swagger-petstore-3-sdk",
  "description": "This is a sample Pet Store Server based on the OpenAPI 3.0 specification.",
  "author": {
    "name": "Apimatic Developer",
    "email": "developer@apimatic.io"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.52.0",
    "@typescript-eslint/parser": "^5.52.0",
    "eslint": "^8.34.0",
    "jest": "^29.4.3",
    "ts-jest": "^29.0.5",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@apimatic/authentication-adapters": "^0.5.0",
    "@apimatic/axios-client-adapter": "^0.2.0",
    "@apimatic/core": "^0.10.0",
    "@apimatic/schema": "^0.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/moizgillani/swagger-petstore-3-js-sdk.git"
  },
  "bugs": {
    "email": "apiteam@swagger.io"
  },
  "homepage": "https://www.apimatic.io",
  "keywords": [
    "OpenAPI",
    "swagger",
    "apimatic",
    "petstore"
  ],
  "contributors": []
}