{
  "name": "@rokkit/data",
  "version": "1.3.6",
  "description": "Contains generic data manipulation functions that can be used in various components.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jerrythomas/rokkit.git"
  },
  "author": "Jerry Thomas <me@jerrythomas.name>",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepublishOnly": "cp ../../LICENSE . && tsc --project tsconfig.build.json",
    "postpublish": "rm -f LICENSE",
    "clean": "rm -rf dist",
    "build": "bun clean && bun prepublishOnly",
    "benchmark": "bun benchmark/index.js",
    "benchmark:save": "bun benchmark/index.js --save"
  },
  "files": [
    "src/**/*.js",
    "dist/**/*.d.ts",
    "README.md",
    "package.json",
    "LICENSE"
  ],
  "exports": {
    "./src": "./src",
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./src/index.js",
      "svelte": "./src/index.js"
    }
  },
  "dependencies": {
    "@lukeed/uuid": "^2.0.1",
    "@rokkit/core": "1.3.6",
    "d3-array": "^3.2.4",
    "d3-collection": "^1.0.7",
    "ramda": "^0.32.0",
    "svelte": "^5.53.5"
  }
}
