element-template/ui/package.json

16 lines
263 B
JSON
Raw Permalink Normal View History

{
"name": "ui-lit",
"version": "1.0.0",
"description": "Lit component",
"main": "index.js",
"scripts": {
"build": "tsc && cp index.html dist/"
},
"dependencies": {
"lit": "^3.0.0"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}