mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
40 lines
803 B
JSON
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"
|
|
}
|