project-version-check/package.json
github-actions[bot] 9235eccbd6
Commit message here
2023-10-04 08:41:50 +00:00

2 lines
741 B
JSON

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