{
  "name": "lupislabs",
  "version": "1.0.4",
  "description": "LupisLabs JavaScript SDK with local server tracing (dev dependency recommended)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "package": "npm run clean && npm run build && npm run create-zip",
    "build:pack": "npm install && npm run build && rm -f lupislabs-js-sdk-*.tgz && npm pack",
    "create-zip": "node scripts/create-package.js"
  },
  "keywords": [
    "ai",
    "tracing",
    "lupislabs",
    "sdk"
  ],
  "author": "LupisLabs",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
