gitea-sync/package.json
dependabot[bot] ece61afb07
Bump axios from 1.3.4 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.4...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 11:37:50 +00:00

22 lines
395 B
JSON

{
"version": "1.1.0",
"type": "module",
"scripts": {
"start": "node .",
"build": "tsc",
"dev": "tsc -w"
},
"main": "./dist/index.js",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.0.3",
"node-cron": "^3.0.2",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/node": "18",
"@types/node-cron": "^3.0.7",
"typescript": "^4.9.5"
}
}