comics-archiver/package.json
2023-03-20 22:09:43 +00:00

27 lines
676 B
JSON

{
"name": "comics-archiver",
"version": "0.2.0",
"description": "this is a script for creating personal archives of comics purchased from various sites.",
"main": "index.js",
"dependencies": {
"got": "^11.8.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Catalina",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/welp/comics-archiver.git"
},
"bugs": {
"url": "https://gitlab.com/welp/comics-archiver/-/issues"
},
"homepage": "https://gitlab.com/welp/comics-archiver.git#readme",
"jshintConfig": {
"asi": true,
"esversion": 8
}
}