{
  "name": "@lightengine/client",
  "version": "1.0.0",
  "description": "TypeScript/JavaScript client library for Light Engine Charlie API - Indoor farming automation platform",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "type-check": "tsc --noEmit",
    "test": "jest"
  },
  "keywords": [
    "light-engine",
    "typescript",
    "javascript",
    "api-client",
    "indoor-farming",
    "controlled-environment-agriculture",
    "cea",
    "vertical-farming",
    "greenhouse",
    "automation",
    "iot",
    "sensors",
    "lighting-control"
  ],
  "author": "Light Engine Charlie Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/greenreach2024/Light-Engine-Echo.git",
    "directory": "examples/typescript-client"
  },
  "bugs": {
    "url": "https://github.com/greenreach2024/Light-Engine-Echo/issues"
  },
  "homepage": "https://github.com/greenreach2024/Light-Engine-Echo#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "undici": "^5.28.0"
  },
  "dependencies": {}
}
