forked from SAP-archive/sap-community-code-challenge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.45 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
50
51
52
{
"name": "sap-community-code-challenge",
"version": "1.0.0",
"description": "SAP Community Code Challenge: This repository is a template project/solution showing how to enhance your SAP Community profile picture with a new border.",
"main": "index.js",
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0"
},
"type": "module",
"scripts": {
"start": "node index",
"dev": "nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAP-samples/sap-community-code-challenge.git"
},
"keywords": [
"sap-community",
"sample",
"code-challenge",
"nodejs",
"sap-btp"
],
"author": "SAP",
"license": "SEE LICENSE IN LICENSES",
"bugs": {
"url": "https://github.com/SAP-samples/sap-community-code-challenge/issues"
},
"homepage": "https://github.com/SAP-samples/sap-community-code-challenge#readme",
"dependencies": {
"@cloudnative/health-connect": "^2.1.0",
"@sap/logging": "^6.1.0",
"@sap/textbundle": "^4.1.0",
"accept-language-parser": "^1.5.0",
"event-loop-lag": "^1.4.0",
"express": "^4.17.2",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"multer": "^1.4.4",
"overload-protection": "^1.2.3",
"serve-favicon": "^2.5.0",
"sharp": "^0.30.1",
"showdown": "^1.9.1"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^17.0.17",
"nodemon": "^2.0.15"
}
}