{ "name": "why-is-synapse", "version": "1.0.0", "main": "index.js", "repository": "https://git.sakamoto.pl/selfisekai/why-is-synapse.git", "author": "Lauren Liberda ", "license": "WTFPL", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts" }, "dependencies": { "@koa/router": "^10.0.0", "got": "^11.8.2", "koa": "^2.13.1", "sharp": "^0.28.2" }, "devDependencies": { "@types/koa": "^2.13.1", "@types/koa__router": "^8.0.4", "@types/sharp": "^0.28.1", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "eslint": "^7.26.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.3.0", "prettier": "^2.3.0", "ts-node": "^9.1.1", "typescript": "^4.2.4" } }