@projectevergreen/astro-wcc
Version:
An Astro integration for SSR Web Components using WCC
30 lines (29 loc) • 664 B
JSON
{
"name": "@projectevergreen/astro-wcc",
"version": "0.1.3",
"description": "An Astro integration for SSR Web Components using WCC",
"main": "index.js",
"type": "module",
"author": "Owen Buckley <owen@thegreenhouse.io>",
"homepage": "https://github.com/ProjectEvergreen/astro-wcc#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectEvergreen/astro-wcc.git"
},
"keywords": [
"Astro",
"WCC",
"Web Components",
"SSR"
],
"peerDependencies": {
"astro": "^4.8.6"
},
"dependencies": {
"wc-compiler": "^0.13.0"
}
}