{
  "name": "@labelflowai/lighttable",
  "version": "27.03.26.3",
  "description": "Universal SDK to access LightTable (compatible with Node.js, React, Next.js, Vite).",
  "main": "lighttable.js",
  "exports": {
    ".": {
      "import": "./lighttable.js",
      "require": "./lighttable.js"
    }
  },
  "keywords": [
    "sdk",
    "lighttable",
  "database",
    "api",
    "react",
    "nextjs",
    "vite",
    "nodejs"
  ],
  "author": "Labelflow",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/genielabel/lightTable.git"
  },
  "dependencies": {
    "@labelflowai/lighttable": "github:genielabel/lightTable"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "node tests/lighttable.test.js"
  },
  "devDependencies": {
    "esbuild": "^0.25.4",
    "javascript-obfuscator": "^4.1.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
