{ "name": "install-ssh-key", "version": "2.0.1", "private": true, "description": "Install SSH key in .ssh", "main": "lib/main.js", "engines": { "node": ">=8.0.0", "npm": ">=5.7.0" }, "scripts": { "build": "tsc", "check-updates": "ncu", "lint": "run-p lint:*", "lint:ts": "eslint ./src --ext .ts", "lint:md": "markdownlint . --ignore node_modules --ignore examples", "lint:yaml": "yamllint **/{,.}*.{yml,yaml} --ignore=node_modules/**", "verify": "run-p lint" }, "repository": { "type": "git", "url": "git+https://github.com/shimataro/ssh-key-action.git" }, "keywords": [ "actions", "github actions", "rsync", "ssh", "ssh key" ], "author": "shimataro", "license": "MIT", "dependencies": { "@actions/core": "1.2.3" }, "devDependencies": { "@types/node": "13.11.1", "@typescript-eslint/eslint-plugin": "2.27.0", "@typescript-eslint/parser": "2.27.0", "eslint": "6.8.0", "markdownlint-cli": "0.22.0", "npm-check-updates": "4.1.2", "npm-run-all": "4.1.5", "typescript": "3.8.3", "yaml-lint": "1.2.4" } }