feat: add JavaScript Socialhose API SDK
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "socialhose-sdk",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "SDKs for the Socialhose Public API.",
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"engines": { "node": ">=18" },
|
||||
"scripts": {
|
||||
"build": "pnpm -r build",
|
||||
"test": "pnpm -r test",
|
||||
"typecheck": "pnpm -r typecheck",
|
||||
"pack:js": "pnpm --filter @socialhose/api build && npm pack --pack-destination /tmp ./sdks/javascript"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user