@gecut/mixins
Version:
A tiny, TypeScript-powered package of hyper-fast LitElement mixins. Enhance your web components with swift, type-safe functionality that’s easy to integrate.
67 lines (66 loc) • 1.54 kB
JSON
{
"type": "module",
"name": "@gecut/mixins",
"description": "A tiny, TypeScript-powered package of hyper-fast LitElement mixins. Enhance your web components with swift, type-safe functionality that’s easy to integrate.",
"version": "2.2.4",
"license": "MIT",
"keywords": [
"TypeScript",
"LitElement",
"mixins",
"web components",
"type-safe",
"performance",
"lightweight",
"fast",
"hyper-fast",
"easy-to-use",
"developer tools",
"enhancements",
"custom elements",
"UI components",
"efficient",
"modern web development",
"polymer",
"reusable code",
"frontend",
"scalable"
],
"main": "mixins.js",
"types": "mixins.d.ts",
"exports": {
".": {
"default": "./mixins.js",
"types": "./mixins.d.ts"
},
"./*.js": {
"default": "./*.js",
"types": "./*.d.ts"
}
},
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md,css}"
],
"bugs": {
"url": "https://github.com/gecut/gecut/issues",
"email": "dev@gecut.ir"
},
"author": {
"name": "S. MohammadMahdi Zamanian",
"url": "https://mm25zamanian.ir",
"email": "mm25zamanian@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gecut/hybrid-ui",
"directory": "packages/mixins"
},
"dependencies": {
"@gecut/logger": "^7.0.3",
"@gecut/signal": "^7.0.3",
"@gecut/types": "^7.0.3",
"@gecut/utilities": "^7.0.3",
"lit": "^3.1.3"
},
"gitHead": "b7439b053999310145a171b2bc6b2806e116b752"
}