mirror of
https://github.com/ASzc/change-string-case-action.git
synced 2024-11-23 06:33:50 +08:00
17 lines
384 B
JSON
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"
|
|
}
|
|
}
|