mirror of
https://github.com/different-ai/openwork
synced 2026-05-12 01:56:26 +02:00
* feat(ui): share and install skills by link * feat(share): add Vercel Blob publisher service
11 lines
177 B
JSON
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"
|
|
}
|
|
}
|