{
  "name": "@sonatype/sonatype-guide-api-client",
  "version": "1.202607.2",
  "description": "OpenAPI client for @sonatype/sonatype-guide-api-client",
  "author": "OpenAPI-Generator",
  "repository": {
    "type": "git",
    "url": "https://github.com/sonatype-nexus-community/sonatype-guide-api-client.git"
  },
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "typescript": "^4.0 || ^5.0"
  }
}
