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

27 lines
574 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",
2021-09-08 15:22:35 +00:00
"main": "index.js",
"scripts": {
"start": "node .",
"lint": "eslint ."
},
2021-06-11 21:01:25 +00:00
"dependencies": {
"cheerio": "1.0.0-rc.10",
2021-08-30 13:40:57 +00:00
"epub-gen-funstory": "0.1.3",
2021-09-08 15:22:35 +00:00
"node-fetch": "2"
2021-06-11 21:01:25 +00:00
},
"devDependencies": {
2021-11-10 13:18:43 +00:00
"@types/node-fetch": "2",
2022-01-17 00:14:40 +00:00
"eslint": "8.7.0"
2021-08-24 21:41:04 +00:00
},
"type": "module"
2021-06-11 21:01:25 +00:00
}