{ "name": "bridgetown-lit-renderer", "version": "2.0.0-beta3", "main": "frontend/javascript/index.js", "exports": { ".": { "browser": { "default": "./frontend/javascript/index.js" } }, "./build": { "require": "./src/build.js" } }, "repository": { "type": "git", "url": "https://github.com/bridgetownrb/bridgetown-lit-renderer.git" }, "author": "Bridgetown Maintainers ", "homepage": "https://www.bridgetownrb.com", "license": "MIT", "private": false, "files": [ "frontend", "src" ], "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", "colors": "^1.4.0", "esbuild": "^0.14", "glob": "^7.2.0", "@lit-labs/ssr": "^2.1.0" } }