mhy-api-backup/package.json
dependabot[bot] 7f41d33097
Bump axios in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.6.2 to 1.7.4
- [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.6.2...v1.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 07:50:18 +00:00

31 lines
929 B
JSON

{
"name": "mhy-api-backup",
"version": "0.0.1",
"description": "",
"main": "src/run.js",
"scripts": {
"start": "node src/run.js && git add output\\. && git commit -m \"API JSON update\" && git push && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daydreamer-json/mhy-api-backup.git"
},
"author": "daydreamer-json <atarakima1@icloud.com> (https://github.com/daydreamer-json)",
"license": "MIT",
"bugs": {
"url": "https://github.com/daydreamer-json/mhy-api-backup/issues"
},
"homepage": "https://github.com/daydreamer-json/mhy-api-backup#readme",
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^1.7.4",
"clear": "^0.1.0",
"clui": "^0.3.6",
"fs": "^0.0.1-security",
"log4js": "^6.9.1",
"path": "^0.12.7",
"terminal-kit": "^3.0.1",
"typescript": "^5.3.2"
}
}