@follow-app/client-sdk
Version:
TypeScript client SDK for Follow RSS Server API
59 lines • 1.43 kB
JSON
{
"name": "@follow-app/client-sdk",
"type": "module",
"version": "0.3.39",
"description": "TypeScript client SDK for Follow RSS Server API",
"license": "MIT",
"keywords": [
"follow",
"rss",
"client",
"sdk",
"typescript",
"folo",
"api",
"ai"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./models": {
"import": "./dist/models/index.js",
"require": "./dist/models/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"dependencies": {
"zod": "^3.25.76",
"@folo-services/constants": "0.1.22",
"@folo-services/drizzle": "0.1.17",
"@folo-services/shared": "0.0.12",
"@folo-services/exceptions": "0.1.14"
},
"devDependencies": {
"@types/node": "24.2.0",
"drizzle-orm": "0.44.3",
"tsdown": "^0.12.9",
"typescript": "5.9.2",
"vitest": "^3.2.4"
},
"x-code-hash": "7f59b9b3573b264d76a44b3a48b08b698d3723d586623a0e299b708a2f40449a",
"scripts": {
"build": "tsdown",
"clean": "rm -rf dist",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"publish:packages": "pnpm publish --no-git-checks --access public",
"test": "CI=true vitest",
"test:watch": "vitest --watch",
"typecheck": "tsc --noEmit"
}
}