{ "name": "install-ssh-key", "version": "2.6.0", "private": true, "description": "Install SSH key in .ssh", "main": "./dist/main.js", "engines": { "node": ">=8.0.0", "npm": ">=5.7.0" }, "scripts": { "build": "esbuild ./src/main.ts ./src/post.ts --bundle --platform=node --minify --sourcemap --outdir=./dist", "check-updates": "ncu", "lint": "run-p lint:*", "lint:es": "eslint ./src --ext .ts", "lint:ts": "tsc --noEmit ./src/main.ts ./src/post.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.10.1", "@types/node": "20.8.5", "@typescript-eslint/eslint-plugin": "6.7.5", "@typescript-eslint/parser": "6.7.5", "esbuild": "0.19.4", "eslint": "8.51.0", "markdownlint-cli": "0.37.0", "npm-check-updates": "16.14.6", "npm-run-all": "4.1.5", "typescript": "5.2.2", "yaml-lint": "1.7.0" } }