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
shimataro 6feada438d
release v1.1.0 (#11)
* * update version
* update CHANGELOG

* * update dependencies

* * update package name
* fix repository URL
2019-09-19 07:23:20 +09:00

39 lines
789 B
JSON

{
"name": "ssh-key-action",
"version": "1.1.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.1.1",
"@actions/github": "1.1.0",
"@actions/io": "1.0.1",
"@actions/tool-cache": "1.1.1"
},
"devDependencies": {
"@types/node": "12.7.5",
"npm-check-updates": "3.1.23",
"typescript": "3.6.3"
}
}