forked from devbab/plex-ttp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 882 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
30
31
32
33
34
35
36
{
"name": "plex-ttp",
"version": "1.0.1",
"description": "Add Faces tags from TagThatPhoto to Plex, add places to photos with GPS coordinates (require HERE Maps freemium account)",
"main": "plex-ttp.js",
"scripts": {
"eslint": "eslint --ignore-path .eslintignore ./*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/devbab/plex-ttp.git"
},
"keywords": [
"Plex",
"TagThatPhoto",
"EXIF",
"Faces",
"places",
"HEREMaps"
],
"author": "devbab",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^6.0.1",
"csvtojson": "^2.0.10",
"etl": "^0.6.12",
"ev": "0.0.7",
"exiftool-vendored": "^10.0.0",
"minimist": "^1.2.0",
"os": "^0.1.1",
"sqlite3": "^4.1.1",
"superagent": "^5.2.2",
"unzipper": "^0.10.10"
}
}