Folo/packages/models/package.json

31 lines
639 B
JSON

{
"name": "@follow/models",
"private": true,
"sideEffects": false,
"exports": {
".": {
"import": "./src/index.ts",
"require": "./src/index.ts"
},
"./rsshub": {
"import": "./src/rsshub.ts",
"types": "./src/rsshub.ts"
},
"./types": {
"import": "./src/types.ts",
"require": "./src/types.ts"
}
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "0.37.4",
"@follow/constants": "workspace:*",
"@follow/shared": "workspace:*",
"@follow/types": "workspace:*",
"@follow/utils": "workspace:*",
"hono": "4.6.13"
}
}