-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "vsm-discovery-github-action",
"version": "1.0.0",
"description": "Integrate into your CI/CD pipeline to manage service and SBOM information automatically for your LeanIX VSM workspace",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build --source-map --license LICENSE",
"start-dist": "node dist/index.js",
"format": "prettier --write src",
"check-format": "prettier --check src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leanix/vsm-discovery-github-action.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/leanix/vsm-discovery-github-action/issues"
},
"homepage": "https://github.com/leanix/vsm-discovery-github-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"axios": "^1.6.4",
"form-data": "^4.0.0",
"jwt-decode": "^3.1.2"
},
"devDependencies": {
"prettier": "2.8.0"
}
}