-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 897 Bytes
/
package.json
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
26
27
28
29
{
"name": "offline-primagames-eguides",
"version": "1.2.7",
"description": "Download your e-guides from primagames for offline use.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Revadike <https://revadike.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/revadike/offline-primagames-eguides.git"
},
"bugs": {
"url": "https://github.com/revadike/offline-primagames-eguides/issues"
},
"homepage": "https://github.com/revadike/offline-primagames-eguides",
"devDependencies": {
"eslint": "^6.8.0"
},
"dependencies": {
"fs-extra": "^10.1.0",
"pdf-merger-js": "^4.1.1",
"promise-parallel-throttle": "^3.3.0",
"puppeteer": "^12.0.1"
}
}