b78a58ed33
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"name": "@astrojs/renderer-lit",
|
|
"version": "0.1.2",
|
|
"description": "A Lit renderer for Astro",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./server.js": "./server.js",
|
|
"./client-shim.js": "./client-shim.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"client-shim.js",
|
|
"server.js",
|
|
"server-shim.js"
|
|
],
|
|
"dependencies": {
|
|
"@lit-labs/ssr": "^1.0.0",
|
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
|
"lit": "^2.0.0"
|
|
}
|
|
}
|