-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "apib_mps_approval_flow_hw",
"description": "An API Builder service",
"main": "app.js",
"version": "1.0.0",
"license": "",
"keywords": [
"api-builder",
"micro-service",
"middleware",
"orm",
"service"
],
"engines": {
"node": ">=14.17"
},
"repository": {},
"private": true,
"dependencies": {
"@axway/api-builder-runtime": "^4.74.8",
"@axway/api-builder-plugin-invoke-flow": "^1.1.2",
"@axway/api-builder-plugin-fn-base64": "^4.0.3",
"@axway/api-builder-plugin-fn-javascript": "^3.0.3",
"@axway/api-builder-plugin-fn-json": "^4.0.3",
"@axway/api-builder-plugin-fn-logger": "^1.0.2",
"@axway/api-builder-plugin-fn-mustache": "^1.0.11",
"@axway/api-builder-plugin-fn-restclient": "^2.0.26",
"@axway/api-builder-plugin-fn-swagger": "^3.0.8",
"@axway/api-builder-plugin-ft-oas": "^1.0.0"
},
"devDependencies": {
"@axway/api-builder-admin": "^1.48.3",
"chai": "^4.3.4",
"got": "^11.8.3",
"mocha": "^9.1.2"
},
"scripts": {
"start": "node .",
"test": "mocha --colors ./test --recursive -R spec"
}
}