{
  "name": "@tuwaio/pulsar-core",
  "version": "0.7.0",
  "private": false,
  "author": "Oleksandr Tkach",
  "license": "Apache-2.0",
  "description": "Layer 3 (L3) of the TUWA Ecosystem. Framework-agnostic headless core store providing append-only localStorage transaction history ledgers.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "socket.json"
  ],
  "keywords": [
    "web3",
    "transaction",
    "tracking",
    "zustand",
    "immer",
    "typescript",
    "core",
    "headless"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TuwaIO/pulsar-core.git",
    "directory": "packages/pulsar-core"
  },
  "homepage": "https://github.com/TuwaIO/pulsar-core",
  "bugs": {
    "url": "https://github.com/TuwaIO/pulsar-core/issues"
  },
  "contributors": [
    {
      "name": "Oleksandr Tkach",
      "url": "https://github.com/Argeare5"
    }
  ],
  "peerDependencies": {
    "@tuwaio/orbit-core": ">=0.3",
    "dayjs": "1.x.x",
    "immer": "11.x.x",
    "zustand": "5.x.x"
  },
  "devDependencies": {
    "@tuwaio/orbit-core": "^0.3.0",
    "dayjs": "^1.11.23",
    "immer": "^11.1.18",
    "tsup": "^8.5.1",
    "typescript": "6.0.3",
    "vitest": "^5.0.0",
    "zustand": "^5.0.15"
  },
  "scripts": {
    "start": "tsup src/index.ts --watch",
    "build": "tsup",
    "test": "vitest run"
  }
}