@conectate/ct-lit
Version:
Super class wrapper for lit
49 lines (48 loc) • 961 B
JSON
{
"name": "@conectate/ct-lit",
"version": "4.4.9",
"description": "Super class wrapper for lit",
"main": "ct-lit.js",
"types": "ct-lit.d.ts",
"module": "ct-lit.js",
"keywords": [
"Lit",
"React",
"Vue",
"Angular",
"Web Components",
"Polymer"
],
"dependencies": {
"lit": "^3.2.1",
"tslib": "^2.6.3"
},
"scripts": {
"prepare": "rm -rf *.map *.js *.ts;tsc"
},
"type": "module",
"license": "BSD-3-Clause",
"homepage": "https://github.com/conectate/ct-elements",
"author": "Herberth Obregón <herberthobregon@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/conectate/ct-elements"
},
"bugs": {
"url": "https://github.com/conectate/ct-elements/issues"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"dev": "./src/ct-lit.ts",
"default": "./ct-lit.js"
},
"./*": {
"dev": "./src/*",
"default": "./*"
}
},
"gitHead": "adb379a6809fc9f2f01b14afbb428113ce1e037d"
}