{
  "name": "@thingd/native",
  "version": "0.84.6",
  "description": "Native Node.js binding for thingd — a fast object-first data engine for applications and AI agents.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://engine.thingd.cloud",
  "author": "Sayan Mohsin",
  "license": "Apache-2.0",
  "keywords": [
    "thingd",
    "native",
    "napi-rs",
    "rust",
    "data-engine"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sayanmohsin/thingd.git"
  },
  "main": "./index.js",
  "types": "./index.d.ts",
  "files": [
    "prebuilds",
    "index.js",
    "index.d.ts",
    "README.md"
  ],
  "scripts": {
    "build": "cargo build -p thingd-native --release && node scripts/copy-native.mjs",
    "build:prebuild": "node scripts/copy-prebuild.mjs",
    "clean": "node scripts/clean-native.mjs",
    "prepack": "node scripts/validate-package.mjs"
  }
}
