anime-database-sync/package.json

27 lines
1 KiB
JSON
Raw Normal View History

2021-06-15 09:52:18 +02:00
{
"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",
2022-05-23 22:46:06 +02:00
"type": "module",
2021-06-15 09:52:18 +02:00
"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": {
2022-05-23 22:46:06 +02:00
"fs-extra": "^10.1.0",
"markdown-table": "^3.0.2",
"node-fetch": "^3.2.4"
2021-06-15 09:52:18 +02:00
}
}