-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.48 KB
/
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
43
44
45
46
47
48
49
{
"name": "shotit-media",
"version": "0.9.10",
"description": "Media broker for shotit",
"main": "server.js",
"type": "module",
"scripts": {
"start": "pm2 start ecosystem.config.json",
"stop": "pm2 stop ecosystem.config.json",
"restart": "pm2 restart ecosystem.config.json",
"reload": "pm2 reload ecosystem.config.json",
"delete": "pm2 delete ecosystem.config.json",
"logs": "pm2 logs",
"prettier": "prettier",
"format": "prettier --write \"**/*.js\"",
"lint": "prettier --check \"**/*.js\"",
"test": "prettier --check \"**/*.js\"",
"jest": "cross-env NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules jest --coverage --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shotit/shotit-media.git"
},
"author": "PolarBeaver Technology",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/shotit/shotit-media/issues"
},
"homepage": "https://github.com/shotit/shotit-media#readme",
"dependencies": {
"@aws-sdk/client-s3": "3.374.0",
"@aws-sdk/lib-storage": "3.374.0",
"@aws-sdk/s3-request-presigner": "3.374.0",
"canvas": "^2.11.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.8.0",
"fs-extra": "^11.1.1",
"node-fetch": "^3.3.1",
"sanitize-filename": "^1.6.3"
},
"devDependencies": {
"abort-controller": "^3.0.0",
"cross-env": "^7.0.3",
"jest": "^29.6.1",
"prettier": "2.8.0",
"supertest": "^6.3.3"
}
}