UNPKG

vitest-browser-lit

Version:
71 lines 1.64 kB
{ "name": "vitest-browser-lit", "type": "module", "version": "0.1.0", "description": "Render Lit components in Vitest Browser Mode", "author": "eskimojo", "license": "MIT", "homepage": "https://github.com/EskiMojo14/vitest-browser-lit#readme", "repository": { "type": "git", "url": "git+https://github.com/EskiMojo14/vitest-browser-lit.git" }, "bugs": { "url": "https://github.com/EskiMojo14/vitest-browser-lit/issues" }, "keywords": [ "lit", "vitest", "browser", "testing" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./pure": { "types": "./dist/pure.d.ts", "default": "./dist/pure.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "*.d.ts", "*.mjs", "dist" ], "engines": { "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { "@vitest/browser": ">=2.1.0", "lit": ">3.0.0", "vitest": ">=2.1.0" }, "devDependencies": { "@antfu/eslint-config": "^2.24.1", "@vitest/browser": "^3.0.9", "bumpp": "^10.1.0", "changelogithub": "^13.13.0", "eslint": "^9.8.0", "lit": "^3.2.1", "playwright": "^1.51.1", "tsup": "^8.2.4", "tsx": "^4.17.0", "typescript": "^5.5.4", "vitest": "^3.0.9", "zx": "^8.1.4" }, "scripts": { "build": "tsup", "dev": "tsup --watch --sourcemap", "test": "vitest", "publish-ci": "tsx scripts/publish-ci.ts", "release": "tsx scripts/release.ts", "lint": "eslint --cache .", "lint:fix": "pnpm lint --fix" } }