| 12345678910111213141516171819202122 |
- {
- "name": "portainer",
- "version": "0.0.5",
- "description": "Portainer command line deployment",
- "main": "lib/client.js",
- "bin": {
- "portainer": "./bin/portainer.js"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "as-table": "^1.0.36",
- "figlet": "^1.2.1",
- "microservice-config": "^0.0.1",
- "password-prompt": "^1.0.7",
- "portainer-api-client": "^0.0.2",
- "vorpal": "^1.12.0"
- }
- }
|