{
  "name": "@mira-network/mira-data-stream",
  "version": "0.1.0",
  "description": "JavaScript SDK for Mira Data Stream analytics and event tracking",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:sdk": "node scripts/test-sdk.js",
    "prepublishOnly": "npm run build && npm test",
    "lint": "eslint 'src/**/*.{js,ts}'",
    "clean": "rimraf dist"
  },
  "keywords": [
    "analytics",
    "events",
    "tracking",
    "data-stream",
    "mira"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/mira-data-stream.git"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.2",
    "@types/jest": "^29.5.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "rimraf": "^4.4.0",
    "rollup": "^2.75.5",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^29.1.0",
    "tslib": "^2.8.1",
    "typescript": "^4.7.3"
  }
}
