package.json 473 B

1234567891011121314151617
  1. {
  2. "name": "webfactory-action-ssh-agent",
  3. "repository": "git@github.com:webfactory/ssh-agent.git",
  4. "description": "GitHub Action to set up ssh-agent with a private SSH key",
  5. "version": "0.1.0",
  6. "main": "index.js",
  7. "author": "webfactory GmbH <info@webfactory.de>",
  8. "license": "MIT",
  9. "devDependencies": {
  10. "@actions/core": "^1.2.4",
  11. "@zeit/ncc": "^0.20.5"
  12. },
  13. "scripts": {
  14. "build": "node scripts/build.js"
  15. }
  16. }