Files
self/sdk/qrcode-angular/ng-package.json
Nesopie 8e88361a8c Feat/qr code angular (#1111)
* feat: qrcode wrapper in angular

* chore: refactor

* feat: working qrcode

* fix: websockets

* fix: lottie animations

* chore: add readme

* ci: angular

---------

Co-authored-by: vishal <vishalkoolkarni0045@gmail.com>
2025-09-22 11:50:11 +05:30

27 lines
495 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "dist",
"lib": {
"entryFile": "src/public-api.ts"
},
"assets": [
{
"glob": "**/*.json",
"input": "src/lib/components/animations",
"output": "animations"
}
],
"allowedNonPeerDependencies": [
"angularx-qrcode",
"ethers",
"js-sha1",
"js-sha256",
"js-sha512",
"lottie-web",
"node-forge",
"poseidon-lite",
"socket.io-client",
"uuid"
]
}