Files
open-wc/packages/lit-helpers/package.json
CircleCI 7f325d62c4 chore: release new versions
- @open-wc/lit-helpers@0.2.0
2019-12-01 20:49:50 +00:00

40 lines
803 B
JSON

{
"name": "@open-wc/lit-helpers",
"version": "0.2.0",
"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/",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"lit-html",
"lit-element",
"web components",
"utils",
"helpers"
],
"peerDependencies": {
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/testing": "^2.4.1",
"sinon": "^7.4.1"
},
"module": "index.js"
}