{
	"name": "@thisux/sveltednd",
	"version": "0.7.0",
	"private": false,
	"description": "A lightweight, flexible drag and drop library for Svelte 5 applications. Open source by THISUX Private Limited.",
	"author": {
		"name": "THISUX Private Limited",
		"email": "hello@thisux.com",
		"url": "https://thisux.com"
	},
	"contributors": [
		"sanju <work@sanju.sh>"
	],
	"homepage": "https://sveltednd.thisux.com",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/thisuxhq/sveltednd.git"
	},
	"bugs": {
		"url": "https://github.com/thisuxhq/sveltednd/issues"
	},
	"license": "MIT",
	"keywords": [
		"svelte",
		"svelte5",
		"drag",
		"drop",
		"dnd",
		"drag-and-drop",
		"typescript",
		"keyboard",
		"accessibility",
		"thisux"
	],
	"scripts": {
		"dev": "vite dev",
		"build": "vite build && bun run package",
		"preview": "vite preview",
		"package": "svelte-kit sync && svelte-package && publint",
		"prepublishOnly": "bun run package",
		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
		"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
		"format": "prettier --write .",
		"lint": "prettier --check . && eslint .",
		"test:unit": "vitest",
		"test": "bun run test:unit -- --run",
		"prepare": "[ -z \"$CI\" ] && husky || true"
	},
	"files": [
		"dist",
		"!dist/**/*.test.*",
		"!dist/**/*.spec.*"
	],
	"sideEffects": [
		"**/*.css"
	],
	"svelte": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"type": "module",
	"exports": {
		".": {
			"svelte": "./dist/index.js",
			"import": "./dist/index.js",
			"require": "./dist/index.js"
		}
	},
	"peerDependencies": {
		"svelte": "^5.0.0"
	},
	"devDependencies": {
		"@commitlint/cli": "^20.5.0",
		"@commitlint/config-conventional": "^20.5.0",
		"@eslint/js": "^10.0.1",
		"@sveltejs/adapter-cloudflare": "^7.2.8",
		"@sveltejs/kit": "^2.55.0",
		"@sveltejs/package": "^2.5.7",
		"@types/eslint": "^9.6.1",
		"autoprefixer": "^10.4.27",
		"eslint": "^10.1.0",
		"eslint-config-prettier": "^10.1.8",
		"eslint-plugin-svelte": "^3.16.0",
		"globals": "^17.4.0",
		"happy-dom": "^20.8.9",
		"husky": "^9.1.7",
		"prettier": "^3.8.1",
		"prettier-plugin-svelte": "^3.5.1",
		"prettier-plugin-tailwindcss": "^0.7.2",
		"publint": "^0.3.18",
		"svelte": "^5.55.1",
		"svelte-check": "^4.4.6",
		"tailwindcss": "^3.4.19",
		"typescript": "^5.9.3",
		"typescript-eslint": "^8.58.0",
		"vite": "^8.0.0",
		"vitest": "^4.1.2"
	}
}
