-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 991 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
{
"name": "fcecom-bridge-commons",
"version": "2.4.2",
"description": "FistSpirit Connect for Commerce - Common bridge parts",
"main": "src/index.js",
"scripts": {
"ci": "npm ci",
"test": "jest --coverage --silent --resetMocks --collectCoverageFrom=src/**/*",
"format": "prettier --write .",
"lint": "eslint ."
},
"files": [
"src"
],
"keywords": [],
"author": "Crownpeak Technology GmbH",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/e-Spirit/fcecom-bridge-commons.git"
},
"dependencies": {
"chalk": "^4.1.2",
"express": "^4.21.1",
"js-yaml": "^4.1.0",
"swagger-routes-express": "^3.3.2",
"swagger-ui-express": "^5.0.0"
},
"peerDependencies": {
"swagger-ui-dist": "~5.17.14"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"braces": "~> 3.0.3",
"eslint": "^8.30.0",
"jest": "^29.7.0",
"micromatch": "~> 4.0.8",
"prettier": "^3.2.5"
}
}