46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@follow/shared",
|
|
"type": "module",
|
|
"private": true,
|
|
"author": "Follow 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"
|
|
}
|
|
},
|
|
"main": "./exports.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@electron-toolkit/preload": "3.0.1",
|
|
"@electron-toolkit/tsconfig": "1.0.1",
|
|
"@hono/node-server": "1.13.8",
|
|
"@t3-oss/env-core": "0.12.0",
|
|
"better-auth": "1.1.18",
|
|
"drizzle-orm": "0.39.3",
|
|
"hono": "4.7.2",
|
|
"sonner": "2.0.0",
|
|
"zod": "3.24.2"
|
|
}
|
|
}
|