astro/packages/renderers/renderer-solid/package.json
Fred K. Schott 9327b56e82
[ci] update lockfile (#2822)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-17 13:33:52 -05:00

29 lines
732 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.13",
"solid-js": "^1.3.13"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
}