1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/package.json
2019-12-30 08:27:48 +09:00

36 lines
692 B
JSON

{
"name": "ssh-key-action",
"version": "1.3.0",
"private": true,
"description": "Install SSH key to .ssh",
"main": "lib/main.js",
"engines": {
"node": ">= 8.0.0",
"npm": ">=5.7.0"
},
"scripts": {
"build": "tsc",
"check-updates": "ncu"
},
"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.0"
},
"devDependencies": {
"@types/node": "13.1.1",
"npm-check-updates": "4.0.1",
"typescript": "3.7.4"
}
}