mirror of
https://github.com/cupcakearmy/gitea-sync.git
synced 2024-12-22 16:16:27 +00:00
ece61afb07
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>
22 lines
395 B
JSON
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"
|
|
}
|
|
}
|