Forgot package.json
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Michel Roux 2021-06-11 23:01:25 +02:00
parent 5174a7a1e7
commit e0a6e8f765
2 changed files with 2293 additions and 0 deletions

2274
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"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": {
"eslint": "^7.28.0"
}
}