Files
openwork/services/openwork-share/package.json
ben 7aee26fea9 feat(ui): share and install skills by link (#577)
* feat(ui): share and install skills by link

* feat(share): add Vercel Blob publisher service
2026-02-15 17:47:32 -08:00

11 lines
177 B
JSON

{
"name": "openwork-share-service",
"private": true,
"version": "0.0.1",
"type": "module",
"dependencies": {
"@vercel/blob": "^0.27.0",
"ulid": "^2.3.0"
}
}