@conectate/ct-checkbox
Version:
HTML checkbox web component based on Material design
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "@conectate/ct-checkbox",
"version": "4.5.6",
"description": "HTML checkbox web component based on Material design",
"main": "ct-checkbox.js",
"types": "ct-checkbox.d.ts",
"module": "ct-checkbox.js",
"keywords": [
"litElement",
"Web Components"
],
"dependencies": {
"@conectate/ct-icon": "^4.5.6",
"@conectate/ct-lit": "^4.4.9",
"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-checkbox.ts",
"default": "./ct-checkbox.js"
},
"./*": {
"dev": "./src/*",
"default": "./*"
}
},
"gitHead": "9292e06f329488009ac5024ee043f5112cf0ee6d"
}