UNPKG

auxy

Version:

Automation github deployment

40 lines (39 loc) 806 B
{ "name": "auxy", "version": "1.2.7", "description": "Automation github deployment", "main": "bin/cli.js", "files": [ "bin/" ], "bin": { "auxy": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "semantic-release": "semantic-release" }, "keywords": [ "git", "cli", "commit", "semantic", "automation" ], "author": "rohmatstar", "license": "ISC", "dependencies": { "node-fetch": "^2.7.0", "simple-git": "^3.19.1" }, "publishConfig": { "access": "public" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "semantic-release": "^24.2.6" } }