Folo/packages/internal/shared/package.json

48 lines
1.1 KiB
JSON

{
"name": "@follow/shared",
"type": "module",
"private": true,
"author": "Folo Team",
"license": "GPL-3.0-only",
"homepage": "https://github.com/RSSNext",
"repository": {
"url": "https://github.com/RSSNext/follow",
"type": "git"
},
"sideEffects": false,
"exports": {
".": {
"types": "./src/index.ts",
"require": "./src/index.ts",
"import": "./src/index.ts"
},
"./*": {
"types": "./src/*.ts",
"require": "./src/*.ts",
"import": "./src/*.ts"
},
"./interface/*": {
"types": "./src/interface/*.ts",
"require": "./src/interface/*.ts",
"import": "./src/interface/*.ts"
}
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@better-auth/stripe": "1.3.28",
"@electron-toolkit/preload": "3.0.2",
"@electron-toolkit/tsconfig": "2.0.0",
"@follow-app/client-sdk": "catalog:",
"@folo-services/drizzle": "0.1.40",
"@t3-oss/env-core": "0.13.8",
"ai": "5.0.87",
"better-auth": "1.3.28",
"drizzle-orm": "0.44.7",
"sonner": "2.0.7",
"stripe": "19.1.0",
"zod": "3.25.75"
}
}