{ "name": "install-ssh-key", "version": "2.2.0", "private": true, "description": "Install SSH key in .ssh", "main": "lib/index.js", "engines": { "node": ">=8.0.0", "npm": ">=5.7.0" }, "scripts": { "build": "ncc build src/main.ts -o lib", "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", "devDependencies": { "@actions/core": "1.2.6", "@types/node": "14.14.31", "@typescript-eslint/eslint-plugin": "4.15.2", "@typescript-eslint/parser": "4.15.2", "@vercel/ncc": "0.27.0", "eslint": "7.20.0", "markdownlint-cli": "0.26.0", "npm-check-updates": "11.1.9", "npm-run-all": "4.1.5", "typescript": "4.2.2", "yaml-lint": "1.2.4" } }