-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 998 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 998 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
33
34
35
36
37
38
{
"name": "trigger-gitlab-pipeline",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NordSecurity/trigger-gitlab-pipeline.git"
},
"keywords": [],
"author": "Nord Security",
"contributors": [
{
"name": "Ernestas Kulik",
"email": "ernestas@nordsec.com"
}
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/NordSecurity/trigger-gitlab-pipeline/issues"
},
"homepage": "https://github.com/NordSecurity/trigger-gitlab-pipeline#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/http-client": "^2.1.0"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-semistandard": "^17.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1"
}
}