-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 842 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
{
"name": "just-api-github-actions",
"version": "0.0.1",
"description": "Demonstrate just-api tests running on github cations CI platformx",
"main": "index.js",
"scripts": {
"test": "just-api specs/*.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matmar10/just-api-github-actions.git"
},
"keywords": [
"just-api",
"REST",
"API",
"tests",
"CI",
"continuous",
"integration",
"github",
"actions",
"github"
],
"author": "Matthew J. Martin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matmar10/just-api-github-actions/issues"
},
"homepage": "https://github.com/matmar10/just-api-github-actions#readme",
"devDependencies": {
"@blossomfinance/just-api": "^1.2.8",
"wait-port": "^0.2.9"
}
}