anime-database-sync/package.json
dependabot[bot] 9d1af7b5a9
Bump node-fetch from 3.2.4 to 3.2.10
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.4 to 3.2.10.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.4...v3.2.10)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 11:25:31 +00:00

26 lines
1 KiB
JSON

{
"name": "mal-sync-backup",
"version": "1.0.0",
"description": "The main purppose of this repository is have a backup of the <a href=\"https://github.com/lolamtisch/MALSync\">MAL-Sync</a> MAL to Streaming page mapping database. But using the data for other uses is allowed. \r The data is updated once a week. Wrong/missing mappings are not seldom, specially mangas, but because they are generated throght all the users of MAL-Sync it should correct itself over time.",
"main": "index.js",
"type": "module",
"scripts": {
"backup": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MALSync/MAL-Sync-Backup.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MALSync/MAL-Sync-Backup/issues"
},
"homepage": "https://github.com/MALSync/MAL-Sync-Backup#readme",
"dependencies": {
"fs-extra": "^10.1.0",
"markdown-table": "^3.0.2",
"node-fetch": "^3.2.10"
}
}