-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 661 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 661 Bytes
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": "microcks-postman-runtime",
"version": "0.7.2-SNAPSHOT",
"description": "Postman-runtime integration for Microcks",
"license": "Apache-2.0",
"author": {
"name": "Laurent Broudoux",
"url": "http://github.com/lbroudoux"
},
"repository": {
"type": "git",
"url": "https://github.com/microcks/microcks-postman-runtime.git"
},
"dependencies": {
"postman-runtime": "7.50.0",
"express": "4.21.2",
"body-parser": "2.2.1",
"winston": "3.17.0"
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">= 22"
},
"keywords": [
"api",
"testing",
"mocks",
"microcks"
]
}