@a11d/non-inertable-component
Version:
A non-inertable Lit component
34 lines (33 loc) • 658 B
JSON
{
"name": "@a11d/non-inertable-component",
"version": "0.0.1",
"description": "A non-inertable Lit component",
"repository": {
"type": "git",
"url": "git+https://github.com/a11delavar/lit-application.git"
},
"keywords": [
"lit",
"component",
"inert",
"non-inertable"
],
"author": "a11delavar",
"license": "MIT",
"bugs": {
"url": "https://github.com/a11delavar/lit-application/issues"
},
"homepage": "https://github.com/a11delavar/lit-application#readme",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@a11d/lit": "x"
}
}