forked from nicolaasmatthijs/preview-service
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "preview-service",
"description": "Generates previews for SuiteC",
"version": "3.3.1",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/suitec-preview-service.git"
},
"dependencies": {
"aws-sdk": "^2.1422.0",
"body-parser": "^1.20.3",
"bunyan": "2.0.0",
"bunyan-prettystream": "0.1.3",
"config": "^1.31.0",
"eslint": "7.32.0",
"express": "^4.20.0",
"gm": "^1.23.1",
"htmlparser2": "3.9.2",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"mmmagic": "0.5.3",
"node-gyp": "^8.2.0",
"node-webshot": "^1.0.4",
"request": "2.88.2",
"run-sequence": "2.2.1",
"shortid": "2.2.8",
"svg2png": "4.1.1",
"tmp": "0.0.31"
},
"engines": {
"node": ">=18.13.0"
},
"main": "app.js",
"private": true,
"bugs": {
"url": "https://jira.ets.berkeley.edu/jira/browse/COL"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"pretest": "echo 'Clean up before running tests'; rm -f logs/test.log",
"start": "node app.js"
}
}