change-string-case/package.json
2023-10-25 14:26:52 -06:00

17 lines
384 B
JSON

{
"name": "change-string-case-action",
"version": "1.0.0",
"description": "String case manipulation action for Github",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Alex Szczuczko",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
}
}