{ "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" } }