This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/package.json

21 lines
488 B
JSON
Raw Normal View History

2021-06-11 21:01:25 +00:00
{
"name": "auberge_vagabonde_js",
"version": "1.0.0",
"description": "Convert The Wandering Inn Into Ebooks",
"repository": {
"type": "git",
"url": "https://git.crystalyx.net/Xefir/Auberge_Vagabonde_JS"
},
"author": "Xéfir Destiny",
"license": "ISC",
"dependencies": {
"cheerio": "1.0.0-rc.10",
"epub-gen": "git+https://github.com/Xefir/epub-gen.git",
"node-fetch": "2.6.1"
},
"devDependencies": {
2021-07-31 00:21:33 +00:00
"eslint": "7.32.0"
2021-08-24 21:41:04 +00:00
},
"type": "module"
2021-06-11 21:01:25 +00:00
}