{
  "name": "@apio/sdk",
  "version": "4.1.0",
  "description": "NodeJS SDK for Apio IoT Platform",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ApioIoT/sdk.git"
  },
  "bugs": {
    "url": "https://github.com/ApioIoT/sdk/issues"
  },
  "homepage": "https://github.com/ApioIoT/sdk#readme",
  "keywords": [
    "apio",
    "platform",
    "sdk",
    "node",
    "nodejs",
    "js",
    "javascript",
    "ts",
    "typescript"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src",
    "build:publish": "npm run lint && npm run test && npm run build"
  },
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.27.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.21",
    "dotenv": "^16.5.0",
    "eslint": "^9.9.1",
    "globals": "^15.9.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.4.0"
  },
  "dependencies": {
    "axios": "^1.12.2",
    "axios-cache-interceptor": "^1.8.3",
    "zod": "^4.1.12"
  }
}
