project-version-check/package.json
Shakar d0822c2ad7
Update package json
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-09-17 13:46:33 +03:00

21 lines
503 B
JSON

{
"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"
},
"devDependencies": {
"@types/node": "^20.6.2"
}
}