24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"name": "search-test",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"meilisearch": "^0.50.0"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/types": "^0.0.10",
|
|
"@types/node": "^22.15.17",
|
|
"dayjs": "^1.11.13",
|
|
"fast-glob": "^3.3.3"
|
|
}
|
|
}
|