16 lines
444 B
JSON
16 lines
444 B
JSON
{
|
|
"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": {}
|
|
}
|