-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 978 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
{
"name": "deck-action",
"version": "0.1.0",
"description": "GitHub Action for [decK](https://deck.yolo42.com/) ( Configuration management and drift detection for Kong and Kong Enterprise )",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^2.2.0",
"jest": "^26.6.0",
"require": "^2.4.20"
},
"devDependencies": {},
"scripts": {
"build": "npm install",
"test": "jest --no-cache",
"start": "node action/src/index.js"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"actions-runner"
],
"collectCoverage": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ikeike443/decK-action.git"
},
"author": "ikeike443@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ikeike443/decK-action/issues"
},
"homepage": "https://github.com/ikeike443/decK-action#readme"
}