{ "name": "publish-action", "version": "1.0.0", "description": "Auto Publish Cargo with Github Action", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/tu6ge/publish-action.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/tu6ge/publish-action/issues" }, "homepage": "https://github.com/tu6ge/publish-action#readme", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0" } }