{ "name": "@wxt-dev/module-solid", "version": "1.1.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist" ], "scripts": { "dev": "wxt", "check": "buildc --deps-only -- check", "build": "buildc -- unbuild", "prepare": "buildc --deps-only -- wxt prepare" }, "peerDependencies": { "wxt": ">=0.18.6" }, "dependencies": { "vite-plugin-solid": "^2.10.2" }, "devDependencies": { "@aklinker1/check": "^1.3.1", "publint": "^0.2.8", "solid-js": "^1.8.17", "typescript": "^5.5.2", "unbuild": "^2.0.0", "wxt": "workspace:*" } }