change-string-case/package.json
2020-07-29 10:10:10 -06:00

17 lines
383 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.2.4",
"@actions/github": "^4.0.0"
}
}