{
  "name": "@sveltek/attachments",
  "version": "0.2.5",
  "author": "Sveltek",
  "description": "A collection of custom attachments for Svelte.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sveltek/attachments.git"
  },
  "homepage": "https://github.com/sveltek/attachments",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "sveltek",
    "svelte",
    "sveltekit",
    "attachments",
    "composables",
    "attachment",
    "functions",
    "function",
    "attach",
    "utils"
  ],
  "peerDependencies": {
    "@types/node": ">=20.0.0",
    "svelte": ">=5.29.0",
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "@types/node": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "devDependencies": {
    "@hypernym/bundler": "^0.32.1",
    "@sveltejs/adapter-static": "^3.0.10",
    "@sveltejs/kit": "^2.53.4",
    "@sveltek/eslint-config": "^1.1.5",
    "@sveltek/prettier-config": "^1.0.7",
    "@types/node": "^25.4.0",
    "eslint": "^9.39.4",
    "prettier": "^3.8.1",
    "svelte": "^5.53.9",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  },
  "scripts": {
    "build": "hyperbundler",
    "dev": "vite",
    "build:playground": "vite build",
    "preview": "vite preview",
    "sync": "svelte-kit sync",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier --write .",
    "bump": "taze -f --interactive"
  }
}