astro/packages/renderers/renderer-lit/package.json
Francois Valdy 5f5dc60976
Add missing licenses to published packages (#2166)
* chore: add missing licenses

* chore: update package.json info

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-12-13 15:14:34 -06:00

27 lines
721 B
JSON

{
"name": "@astrojs/renderer-lit",
"version": "0.2.1",
"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": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0",
"lit": "^2.0.2"
}
}