{ "name": "@wxt-dev/module-svelte", "description": "WXT module to enable Svelte support", "repository": { "type": "git", "url": "git+https://github.com/wxt-dev/wxt.git", "directory": "packages/module-svelte" }, "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-svelte/README.md", "keywords": [ "wxt", "module", "svelte" ], "author": { "name": "Aaron Klinker", "email": "aaronklinker1+wxt@gmail.com" }, "license": "MIT", "funding": "https://github.com/sponsors/wxt-dev", "version": "2.0.5", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist" ], "scripts": { "build": "buildc -- tsdown", "check": "bun run build && check", "test": "echo 'noop'", "test:coverage": "echo 'noop'", "prepack": "bun run build" }, "peerDependencies": { "wxt": ">=0.18.6", "svelte": ">=5" }, "dependencies": { "@sveltejs/vite-plugin-svelte": ">=4" }, "devDependencies": { "@aklinker1/buildc": "^1.1.7", "publint": "^0.3.18", "tsdown": "^0.21.0", "typescript": "^6.0.3", "wxt": "workspace:*" } }