aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 8ec1c651355f88bef11a6ae4cbe9f4b33790bf4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "horimiya-dl",
  "version": "1.0.0",
  "description": "Horimiya Manga downloader",
  "main": "init.js",
  "scripts": {
    "start": "node init.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EliasFleckenstein03/horimiya-dl.git"
  },
  "author": "EliasFleckenstein03",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/EliasFleckenstein03/horimiya-dl/issues"
  },
  "homepage": "https://github.com/EliasFleckenstein03/horimiya-dl#readme",
  "dependencies": {
    "cli-progress": "^3.10.0",
    "download": "^8.0.0",
    "pdfkit": "^0.13.0",
    "unzipper": "^0.10.11"
  }
}