@omnedia/ngx-starry-sky
Version:
A simple component library to create a container with an animated background.
37 lines • 903 B
JSON
{
"name": "@omnedia/ngx-starry-sky",
"description": "A simple component library to create a container with an animated background.",
"version": "4.0.1",
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"npm",
"background",
"sky",
"stars",
"shooting stars",
"animation"
],
"repository": {
"url": "https://github.com/omnedia/ngx-starry-sky"
},
"author": "Markus Block (markus.block@omnedia.com)",
"license": "MIT",
"module": "fesm2022/omnedia-ngx-starry-sky.mjs",
"typings": "types/omnedia-ngx-starry-sky.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/omnedia-ngx-starry-sky.d.ts",
"default": "./fesm2022/omnedia-ngx-starry-sky.mjs"
}
}
}