opex792's picture
Upload 4 files
cd7b281 verified
raw
history blame contribute delete
570 Bytes
{
"name": "kinopoisk-search-api",
"version": "1.4.0",
"description": "Высокопроизводительный сервис полнотекстового поиска по фильмам.",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"rebuild-index": "node server.js --rebuild-index"
},
"author": "Gemini",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.19.2",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}