forked from photostructure/photostructure-for-servers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1005 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
37
38
{
"name": "photostructure",
"productName": "PhotoStructure",
"author": "PhotoStructure, Inc. <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
"version": "0.9.1",
"description": "PhotoStructure for Servers",
"repository": {
"type": "git",
"url": "https://github.com/photostructure/photostructure-for-servers"
},
"bin": {
"photostructure": "./photostructure"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@sentry/node": "^5.27.3",
"batch-cluster": "^5.11.2",
"better-sqlite3": "^7.1.1",
"body-parser": "^1.19.0",
"commander": "^6.2.0",
"deep-eql": "^4.0.0",
"exiftool-vendored": "^12.2.0",
"express": "^4.17.1",
"file-type": "^16.0.1",
"fs-extra": "^9.0.1",
"he": "^1.2.0",
"helmet": "^4.2.0",
"knex": "^0.21.12",
"luxon": "^1.25.0",
"mime-types": "^2.1.27",
"on-finished": "^2.3.0",
"pug": "^3.0.0",
"punycode": "^2.1.1",
"sharp": "0.23.4",
"xml2js": "^0.4.23"
}
}