{
  "name": "@civitai/client",
  "version": "0.1.1-beta.0",
  "description": "Civitai's javascript client for generating ai content",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/civitai/civitai-client-javascript",
  "files": [
    "dist",
    "README.md",
    "dist/index.d.ts",
    "dist/index.js",
    "package.json"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=7.19.0",
    "git": ">=2.11.0",
    "yarn": ">=1.7.0"
  },
  "scripts": {
    "generate": "openapi-ts",
    "build": "tsc && eslint --fix dist",
    "test": "jest",
    "prepublishOnly": "npm test && npm run build"
  },
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.42.1",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.19",
    "@typescript-eslint/eslint-plugin": "^7.7.1",
    "@typescript-eslint/parser": "^7.7.1",
    "dotenv": "^16.4.4",
    "eslint": "^9.1.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "tslib": "^2.6.2"
  },
  "publishConfig": {
    "access": "public"
  }
}