{ "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" } }