recall_sdk
Version:
Node js sdk for the recall ai api
36 lines • 817 B
JSON
{
"name": "recall_sdk",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sam-ayo/recall_sdk"
},
"scripts": {
"build": "npx tsc",
"prepublishOnly": "npm run build",
"publish:patch": "ts-node scripts/publish.ts patch",
"publish:minor": "ts-node scripts/publish.ts minor",
"publish:major": "ts-node scripts/publish.ts major"
},
"keywords": [
"recall",
"recall sdk",
"recall_sdk",
"npm",
"node js",
"video",
"meeting bots"
],
"author": "sam-ayo",
"license": "Apache-2.0",
"description": "Node js sdk for the recall ai api",
"dependencies": {
"axios": "^1.7.9"
},
"devDependencies": {
"@types/node": "^22.10.7",
"typescript": "^5.7.3"
}
}