30 lines
610 B
JSON
30 lines
610 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": {
|
|
"@follow/constants": "workspace:*",
|
|
"@follow/shared": "workspace:*",
|
|
"@follow/types": "workspace:*",
|
|
"@follow/utils": "workspace:*",
|
|
"hono": "4.7.5"
|
|
}
|
|
}
|