5f5dc60976
* chore: add missing licenses * chore: update package.json info Co-authored-by: Nate Moore <nate@skypack.dev>
30 lines
796 B
JSON
30 lines
796 B
JSON
{
|
|
"name": "@astrojs/renderer-svelte",
|
|
"version": "0.2.2",
|
|
"description": "Use Svelte components within Astro",
|
|
"type": "module",
|
|
"author": "withastro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/withastro/astro.git",
|
|
"directory": "packages/renderers/renderer-svelte"
|
|
},
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
|
"homepage": "https://astro.build",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./*": "./*",
|
|
"./client.js": "./client.js",
|
|
"./server.js": "./server.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "1.0.0-next.30",
|
|
"svelte": "^3.44.2",
|
|
"svelte-preprocess": "^4.9.8"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
}
|