UNPKG

ngx-chiptan

Version:

Angular component to renders chiptan flicker code.

43 lines 978 B
{ "name": "ngx-chiptan", "version": "17.0.0", "description": "Angular component to renders chiptan flicker code.", "author": "fundsaccess AG", "repository": { "type": "git", "url": "https://github.com/fundsaccess/ngx-chiptan" }, "homepage": "https://fundsaccess.github.io/ngx-chiptan/", "keywords": [ "angular", "flicker", "chiptan", "component", "typescript" ], "license": "MIT", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@angular/common": "^17.x", "@angular/core": "^17.x" }, "engines": { "node": "^18.13.0 || ^20.9.0" }, "module": "fesm2022/ngx-chiptan.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-chiptan.mjs", "esm": "./esm2022/ngx-chiptan.mjs", "default": "./fesm2022/ngx-chiptan.mjs" } }, "sideEffects": false }