2026-05-29 12:46:42 -05:00
|
|
|
{
|
|
|
|
|
"name": "@socialhose/api",
|
2026-05-29 16:11:43 -05:00
|
|
|
"version": "0.1.2",
|
2026-05-29 12:46:42 -05:00
|
|
|
"description": "TypeScript SDK for the Socialhose Public API.",
|
|
|
|
|
"license": "MIT",
|
2026-05-29 13:46:11 -05:00
|
|
|
"author": "Socialhose",
|
2026-05-29 12:46:42 -05:00
|
|
|
"type": "module",
|
|
|
|
|
"sideEffects": false,
|
2026-05-29 13:46:11 -05:00
|
|
|
"packageManager": "pnpm@9.15.0",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+ssh://git@git.elzubeir.com/socialhose/sdk.git",
|
|
|
|
|
"directory": "sdks/javascript"
|
|
|
|
|
},
|
2026-05-29 16:11:43 -05:00
|
|
|
"homepage": "https://git.elzubeir.com/socialhose/sdk",
|
2026-05-29 13:10:05 -05:00
|
|
|
"files": [
|
|
|
|
|
"dist",
|
2026-05-29 13:35:09 -05:00
|
|
|
"docs",
|
|
|
|
|
"examples",
|
2026-05-29 13:10:05 -05:00
|
|
|
"README.md",
|
|
|
|
|
"LICENSE"
|
|
|
|
|
],
|
2026-05-29 12:46:42 -05:00
|
|
|
"main": "./dist/index.cjs",
|
|
|
|
|
"module": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
|
"require": "./dist/index.cjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-05-29 13:10:05 -05:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
},
|
2026-05-29 12:46:42 -05:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsup src/index.ts --format esm,cjs --dts --sourcemap --clean",
|
|
|
|
|
"test": "vitest run",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
2026-05-29 13:46:11 -05:00
|
|
|
"prepublishOnly": "npm run test && npm run typecheck && npm run build"
|
2026-05-29 12:46:42 -05:00
|
|
|
},
|
2026-05-29 13:10:05 -05:00
|
|
|
"keywords": [
|
|
|
|
|
"socialhose",
|
|
|
|
|
"social-listening",
|
|
|
|
|
"social-media",
|
|
|
|
|
"public-api",
|
|
|
|
|
"monitoring"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public",
|
|
|
|
|
"provenance": true
|
|
|
|
|
},
|
2026-05-29 12:46:42 -05:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "20.16.0",
|
|
|
|
|
"tsup": "8.3.0",
|
2026-05-29 13:10:05 -05:00
|
|
|
"typescript": "^5.6.2",
|
2026-05-29 12:46:42 -05:00
|
|
|
"vitest": "2.1.1"
|
|
|
|
|
}
|
|
|
|
|
}
|