astro/packages/renderers/renderer-lit/package.json
github-actions[bot] 3e24341f17
[ci] release (next) (#2555)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-09 13:18:10 -06:00

27 lines
728 B
JSON

{
"name": "@astrojs/renderer-lit",
"version": "0.4.0-next.0",
"description": "Use Lit components within Astro",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-lit"
},
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://astro.build",
"exports": {
".": "./index.js",
"./*": "./*",
"./server.js": "./server.js",
"./client-shim.js": "./client-shim.js",
"./package.json": "./package.json"
},
"dependencies": {
"@lit-labs/ssr": "^2.0.2",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.1.3"
}
}