{
  "name": "svelte-slim",
  "version": "1.1.0",
  "description": "A lightweight event management library for Svelte.",
  "author": "hkm007",
  "license": "MIT",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "svelte",
    "events",
    "event-bus",
    "custom-events",
    "svelte-library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hkm007/slim.git"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "dev": "rollup -c -w",
    "clean": "rm -rf dist"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/node": "^22.15.21",
    "rollup": "^3.29.5",
    "tslib": "^2.6.0",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "svelte": ">=3.0.0"
  },
  "type": "module"
}
