forked from ptrumpis/snap-camera-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 989 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
39
40
41
42
{
"type": "module",
"name": "snap-camera-server",
"version": "4.0.0-alpha",
"description": "Host your own Snap Camera private server",
"keywords": [
"snapchat",
"snapcamera",
"snap",
"lens",
"server",
"docker"
],
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patrick Trumpis <[email protected]>",
"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": {
"cheerio": "^1.0.0-rc.12",
"db-migrate": "1.0.0-beta.27",
"db-migrate-mysql": "^2.2.0",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"formidable": "^3.5.1",
"fzstd": "^0.1.0",
"jszip": "^3.10.1",
"mysql2": "^3.9.2",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.0",
"sharp": "^0.32.6",
"yaml": "^2.4.0"
}
}