mirror of
https://github.com/MALSync/MAL-Sync-Backup.git
synced 2023-09-22 11:52:49 +02:00
26 lines
1 KiB
JSON
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.4"
|
|
}
|
|
}
|