{ "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", "main": "index.js", "scripts": { "start": "node .", "lint": "eslint ." }, "dependencies": { "cheerio": "1.0.0-rc.10", "epub-gen-funstory": "0.1.3", "node-fetch": "2" }, "devDependencies": { "@types/node-fetch": "2", "eslint": "8.7.0" }, "type": "module" }