mirror of
https://github.com/selfxyz/self.git
synced 2026-01-13 16:47:57 -05:00
27 lines
495 B
JSON
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"
|
|
]
|
|
}
|