astro/packages/renderers/renderer-solid/package.json
github-actions[bot] 1d9f8a57f5
[ci] release (#2619)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-18 16:33:56 -06:00

29 lines
730 B
JSON

{
"name": "@astrojs/renderer-solid",
"version": "0.4.0",
"description": "Use Solid components within Astro",
"type": "module",
"author": "withastro",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"directory": "packages/renderers/renderer-solid"
},
"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": {
"babel-preset-solid": "^1.3.6",
"solid-js": "^1.3.6"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
}