change-string-case/package.json

17 lines
383 B
JSON
Raw Normal View History

2020-07-30 00:10:10 +08:00
{
"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.6",
2020-07-30 00:10:10 +08:00
"@actions/github": "^4.0.0"
}
}