{ "name": "quote-api", "version": "0.14.0", "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 ." }, "repository": { "type": "git", "url": "git+https://github.com/LyoSU/quote-api.git" }, "author": "LyoSU", "license": "MIT", "bugs": { "url": "https://github.com/LyoSU/quote-api/issues" }, "homepage": "https://github.com/LyoSU/quote-api#readme", "dependencies": { "canvas": "^2.8.0", "dotenv": "^7.0.0", "emoji-db": "^14.0.1", "jimp": "^0.16.1", "jsdom": "^16.5.3", "koa": "^2.11.0", "koa-bodyparser": "^4.2.1", "koa-logger": "^3.2.1", "koa-ratelimit": "^4.2.1", "koa-response-time": "^2.1.0", "koa-router": "^7.4.0", "lru-cache": "^5.1.1", "object-sizeof": "^1.6.0", "runes": "^0.4.3", "sharp": "^0.32.5", "smartcrop-sharp": "^2.0.7", "telegraf": "^3.38.0" }, "devDependencies": { "eslint": "^8.6.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0" } }