project-version-check/package.json
github-actions[bot] 95bb6da6ce
Commit message here
2023-10-04 08:31:45 +00:00

25 lines
633 B
JSON

{
"name": "docker-container-action",
"version": "1.23.0",
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
"main": "dist/index.js",
"scripts": {
"build": "ncc -m -o dist build index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"axios": "^1.5.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.6.2"
}
}