@follow-app/client-sdk
Version:
TypeScript client SDK for Follow RSS Server API
65 lines • 1.65 kB
JSON
{
"name": "@follow-app/client-sdk",
"type": "module",
"version": "0.3.95",
"description": "TypeScript client SDK for Follow RSS Server API",
"license": "MIT",
"keywords": [
"follow",
"rss",
"client",
"sdk",
"typescript",
"folo",
"api",
"ai"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./auth": {
"import": "./dist/auth.mjs",
"require": "./dist/auth.cjs"
},
"./models": {
"import": "./dist/models/index.mjs",
"require": "./dist/models/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"files": [
"dist",
"src"
],
"dependencies": {
"better-auth": "1.5.5",
"zod": "4.3.6",
"@folo-services/constants": "0.1.55",
"@folo-services/drizzle": "0.1.47",
"@folo-services/shared": "0.0.47",
"@folo-services/exceptions": "0.1.30"
},
"devDependencies": {
"@types/node": "25.2.3",
"drizzle-orm": "0.45.1",
"tsdown": "0.20.3",
"typescript": "5.9.3",
"vitest": "3.2.4"
},
"x-code-hash": "1369189a7ee94768acfc99d1fd8c7a5476e82e94078975a0877f35913ba97911",
"scripts": {
"build": "pnpm run build:auth && tsdown",
"build:auth": "tsdown -c tsdown.auth.config.ts",
"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": "pnpm run build:auth && tsgo --noEmit"
}
}