@lithiumjs/angular
Version:
Reactive components made easy. Lithium provides utilities that enable seamless reactive state and event interactions for Angular components.
56 lines • 1.25 kB
JSON
{
"name": "@lithiumjs/angular",
"version": "8.0.2",
"description": "Reactive components made easy. Lithium provides utilities that enable seamless reactive state and event interactions for Angular components.",
"author": "Mychal Thompson <mychal.r.thompson@gmail.com>",
"repository": "https://github.com/lVlyke/lithium-angular",
"license": "MIT",
"keywords": [
"lithium",
"lithiumjs",
"lithium-angular",
"angular",
"angular2",
"ivy",
"aot",
"ng",
"ngx",
"rxjs",
"async",
"typescript",
"decorators",
"lifecycle",
"component",
"directive",
"reactive",
"data-binding",
"binding",
"template",
"observable",
"state",
"event",
"events",
"lifecycle-event-decorators"
],
"type": "module",
"peerDependencies": {
"@angular/core": ">=15.0.0 <21.0.0",
"rxjs": ">=7.x.x",
"typescript": ">=4.8.0"
},
"module": "fesm2022/lithiumjs-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/lithiumjs-angular.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}