{ "name": "install-ssh-key", "version": "2.3.1", "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.9.1", "@types/node": "16.4.10", "@typescript-eslint/eslint-plugin": "4.28.5", "@typescript-eslint/parser": "4.28.5", "@vercel/ncc": "0.29.0", "eslint": "7.32.0", "markdownlint-cli": "0.28.1", "npm-check-updates": "11.8.3", "npm-run-all": "4.1.5", "typescript": "4.3.5", "yaml-lint": "1.2.4" } }