-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 746 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
{
"name": "@ci-dokumentor/cicd-github-actions",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"dependencies": {
"@ci-dokumentor/core": "workspace:*",
"@ci-dokumentor/repository-git": "workspace:*",
"@ci-dokumentor/repository-github": "workspace:*",
"feather-icons": "^4.29.2",
"yaml": "^2.8.2",
"inversify": "^8.1.0"
},
"devDependencies": {
"@types/feather-icons": "^4.29.4"
}
}