{
  "name": "@smapiot/piral-cloud-node",
  "version": "1.17.0-pre.20250718.4",
  "description": "Piral Cloud: Node-usable API Client for the Piral Feed Service.",
  "author": {
    "name": "smapiot",
    "url": "https://smapiot.com"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0"
  },
  "main": "lib/index.cjs.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/index.esm.js",
      "require": "./lib/index.cjs.js",
      "types": "./lib/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "homepage": "https://piral.cloud",
  "license": "MIT",
  "scripts": {
    "build": "yarn bundle && yarn declaration",
    "bundle": "yarn bundle:cjs && yarn bundle:esm",
    "bundle:cjs": "esbuild src/index.ts --bundle --outfile=lib/index.cjs.js --format=cjs --target=node16 --platform=node",
    "bundle:esm": "esbuild src/index.ts --bundle --outfile=lib/index.esm.js --format=esm --target=node16 --platform=node",
    "declaration": "dets --files src/index.ts --types src/index.ts --out lib/index.d.ts"
  },
  "repository": {},
  "keywords": [
    "pilet",
    "feed",
    "service",
    "piral",
    "smapiot",
    "public",
    "modules",
    "features",
    "sdk",
    "api",
    "client",
    "node"
  ],
  "devDependencies": {
    "@piral/feed-client": "^1.17.0",
    "dets": "^0.16",
    "esbuild": "^0.25.4",
    "node-fetch": "^3.3.2"
  }
}
