{ "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", "@actions/github": "^4.0.0" } }