{ "name": "@open-wc/lit-helpers", "version": "0.3.8", "publishConfig": { "access": "public" }, "description": "Helpers and utils for lit-html and lit-element.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/open-wc/open-wc.git", "directory": "packages/lit-helpers" }, "author": "open-wc", "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/lit-helpers", "module": "index.js", "scripts": { "prepublishOnly": "../../scripts/insert-header.js" }, "files": [ "*.d.ts", "*.js", "src" ], "keywords": [ "lit-html", "lit-element", "web components", "utils", "helpers" ], "peerDependencies": { "lit-element": "^1.0.0", "lit-html": "^1.0.0" }, "sideEffects": false }