Files
book_bot/package.json
dependabot[bot] 82d919cee4 Bump got from 11.8.3 to 11.8.5
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 11:41:56 +00:00

39 lines
1012 B
JSON

{
"name": "flibusta_bot",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"type": "module",
"scripts": {
"build": "esbuild ./src/main.ts --bundle --platform=node --outfile=./build/main.cjs",
"build-minify": "npm run build -- --minify --sourcemap",
"build-watch": "npm run build -- --watch",
"run": "node ./build/main.cjs",
"run-watch": "nodemon build/main.cjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/node": "^6.16.1",
"chunk-text": "^2.0.1",
"docker-ip-get": "^1.1.5",
"envalid": "^7.2.2",
"esbuild": "^0.14.2",
"express": "^4.17.1",
"got": "^11.8.5",
"js-base64": "^3.7.2",
"moment": "^2.29.2",
"redis": "^4.0.6",
"safe-compare": "^1.1.4",
"telegraf": "^4.4.2",
"typescript": "^4.5.2"
},
"devDependencies": {
"@types/chunk-text": "^1.0.0",
"@types/express": "^4.17.13",
"@types/node": "^16.11.9",
"@types/safe-compare": "^1.1.0",
"nodemon": "^2.0.15"
}
}