{ "name": "@astrojs/solid-js", "version": "0.2.1", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/solid" }, "keywords": [ "astro-integration", "astro-component", "renderer", "solid" ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://astro.build", "exports": { ".": "./dist/index.js", "./*": "./*", "./client.js": "./client.js", "./server.js": "./server.js", "./package.json": "./package.json" }, "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc", "build:ci": "astro-scripts build \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { "babel-preset-solid": "^1.4.2" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "solid-js": "^1.4.3" }, "peerDependencies": { "solid-js": "^1.4.3" }, "engines": { "node": "^14.20.0 || >=16.16.0" } }