{
  "name": "@veed-io/kong-sdk",
  "version": "0.0.9",
  "description": "The open source Kong SDK built by VEED",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "prettier --check **/*.ts",
    "build": "tsc",
    "prepublishOnly": "npm run test && npm run build",
    "test": "echo 'No tests yet'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/veedstudio/kong-sdk.git"
  },
  "keywords": [
    "VEED",
    "Kong",
    "SDK",
    "Admin",
    "API",
    "Micro-services"
  ],
  "author": "Jacobus Meulen <sjaak@veed.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/veedstudio/kong-sdk/issues"
  },
  "homepage": "https://github.com/veedstudio/kong-sdk#readme",
  "dependencies": {
    "axios": "^1.13.2"
  },
  "devDependencies": {
    "@types/node": "^15.6.1",
    "prettier": "^2.3.0",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2"
  },
  "packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}
