-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 996 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
{
"name": "laboperator-middleware-soap",
"version": "1.0.0",
"description": "Sample integration of Laboperator middleware with external SOAP, WSDL service",
"main": "src/index.js",
"repository": "[email protected]:labforward/laboperator-middleware-soap.git",
"author": "labforward GmbH",
"license": "Apache-2.0",
"private": true,
"engines": {
"node": "^14.0.0"
},
"scripts": {
"build": "laboperator-middleware build soap",
"clean": "laboperator-middleware clean",
"compile": "laboperator-middleware compile",
"test": "laboperator-middleware test",
"server": "laboperator-middleware server"
},
"dependencies": {
"laboperator-middleware": "https://github.com/labforward/laboperator-middleware",
"soap": "^0.35.0"
},
"devDependencies": {
"laboperator-middleware-development": "https://github.com/labforward/laboperator-middleware-development"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "labforward"
}
}
}