package.json 505 B

12345678910111213141516171819202122
  1. {
  2. "name": "portainer",
  3. "version": "0.0.5",
  4. "description": "Portainer command line deployment",
  5. "main": "lib/client.js",
  6. "bin": {
  7. "portainer": "./bin/portainer.js"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "as-table": "^1.0.36",
  16. "figlet": "^1.2.1",
  17. "microservice-config": "^0.0.1",
  18. "password-prompt": "^1.0.7",
  19. "portainer-api-client": "^0.0.2",
  20. "vorpal": "^1.12.0"
  21. }
  22. }