mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
9 lines
207 B
JSON
9 lines
207 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "./dist",
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts"
|
|
},
|
|
"allowedNonPeerDependencies": ["markdown-it", "@a2ui/lit"]
|
|
}
|