-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 865 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 865 Bytes
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
30
31
32
33
34
{
"name": "plex-library-export",
"version": "1.0.0",
"description": "Export Plex libraries at image format for a better preview of what you have on your Plex.\r Items will be set in 7x7 format.",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dalvii/plex-library-export.git"
},
"keywords": [
"plex",
"export",
"libraries",
"image",
"canvas"
],
"author": "https://github.com/Dalvii",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dalvii/plex-library-export/issues"
},
"homepage": "https://github.com/Dalvii/plex-library-export#readme",
"dependencies": {
"canvas": "^2.7.0",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"node-fetch": "^2.6.1",
"word-wrap": "^1.2.3",
"xml-js": "^1.6.11"
}
}