{
  "name": "@data-slot/core",
  "version": "0.2.166",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bejamas/data-slot.git",
    "directory": "packages/core"
  },
  "keywords": [
    "headless",
    "ui",
    "components",
    "vanilla",
    "data-slot"
  ],
  "license": "MIT"
}
