mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
parent
633a83664c
commit
1e31d49f27
23
package.json
23
package.json
@ -1 +1,22 @@
|
|||||||
New content to be added
|
{
|
||||||
|
"name": "docker-container-action",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"@actions/core": "^1.10.0",
|
||||||
|
"@actions/github": "^5.1.1",
|
||||||
|
"@actions/io": "^1.1.3",
|
||||||
|
"axios": "^1.5.0",
|
||||||
|
"xml2js": "^0.6.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/node": "^20.6.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user