package.json 420 B

12345678910111213141516171819
  1. {
  2. "name": "portainer",
  3. "version": "0.0.1",
  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. "figlet": "^1.2.1",
  16. "microservice-config": "^0.0.1",
  17. "portainer-api-client": "^0.0.2"
  18. }
  19. }