/
kaws
/
stickers
Обзор
Документация
Войти
/
kaws
/
stickers
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
server/package.json
53 строки
1 KB
tentwinkle
0.14.1
04 ноя 2023, 20:12
04 ноя 2023, 20:12
40876d5
Код
Авторство
О чём код?
{ "name": "fstikbot-api", "version": "0.14.1", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "lint": "node_modules/.bin/eslint --ext js .", "lint:fix": "node_modules/.bin/eslint --fix --ext js .", "dev": "nodemon --inspect index.js" }, "repository": { "type": "git", "url": "git+https://github.com/LyoSU/fstikbot-api.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/LyoSU/fstikbot-api/issues" }, "homepage": "https://github.com/LyoSU/fstikbot-api#readme", "dependencies": { "@koa/cors": "^3.3.0", "body-parser": "^1.19.0", "crawler": "^1.3.0", "dotenv": "^8.0.0", "firebase-admin": "^11.4.0", "geoip-lite": "^1.4.5", "got": "^11.8.5", "ioredis": "^4.11.2", "jstoxml": "^3.2.5", "koa": "^2.13.4", "koa-bodyparser": "^4.2.1", "koa-logger": "^3.2.1", "koa-ratelimit": "^5.0.1", "koa-redis": "^4.0.0", "koa-response-time": "^2.1.0", "koa-router": "^7.4.0", "koa-useragent": "^4.1.0", "mime": "^2.4.4", "mongoose": "^5.6.0", "telegraf": "^3.30.1", "uuid": "^3.3.2" }, "devDependencies": { "eslint": "^8.21.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.4", "eslint-plugin-promise": "^6.0.0", "nodemon": "^2.0.19" } }