forked from ptrumpis/snap-camera-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "snap-camera-server",
"version": "3.4.1",
"description": "Host your own Snap Camera private server",
"keywords": [
"snapchat",
"snapcamera",
"snap",
"lens",
"server",
"docker"
],
"type": "module",
"engines": {
"node": ">=18.17"
},
"main": "server.js",
"scripts": {
"server": "docker compose up --build --force-recreate",
"adminer": "docker compose --profile adminer up --build --force-recreate",
"creator": "docker compose --profile creator up --build --force-recreate",
"full": "docker compose --profile full up --build --force-recreate",
"db-migrate": "node node_modules/db-migrate/bin/db-migrate",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patrick Trumpis <ptrumpis@pm.me>",
"repository": {
"type": "git",
"url": "git+https://github.com/ptrumpis/snap-camera-server.git"
},
"bugs": {
"url": "https://github.com/ptrumpis/snap-camera-server/issues"
},
"license": "MIT",
"dependencies": {
"@ptrumpis/snap-camerakit-bridge": "0.2.0",
"@ptrumpis/snap-lens-file-extractor": "~1.1.0",
"@ptrumpis/snap-lens-web-crawler": "~1.2.2",
"db-migrate": "1.0.0-beta.29",
"db-migrate-mysql": "~3.0.0",
"dotenv": "~16.5.0",
"express": "~5.1.0",
"formidable": "~3.5.4",
"fzstd": "~0.1.1",
"jszip": "~3.10.1",
"mysql2": "~3.14.1",
"node-cache": "5.1.2",
"sharp": "~0.34.2",
"wayback.js": "~0.2.0",
"yaml": "~2.8.0"
}
}