UNPKG

@lime.it/blip-core

Version:

Blip cli basic abstractions and functionalities

51 lines (50 loc) 1.34 kB
{ "name": "@lime.it/blip-core", "version": "1.1.2", "description": "Blip cli basic abstractions and functionalities", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "rimraf dist && ./node_modules/.bin/tsc -b && cp LICENSE dist/LICENSE && cp package.json dist/package.json && cp README.md dist/README.md", "semantic-release": "cd dist && semantic-release" }, "repository": { "type": "git", "url": "https://github.com/lime-it/blip-core.git" }, "keywords": [ "blip", "devops", "docker", "virtualbox", "docker-compose", "docker-machine" ], "author": "gcanossa @lim-e.it", "license": "MIT", "bugs": { "url": "https://github.com/lime-it/blip-core/issues" }, "homepage": "https://github.com/lime-it/blip-core#readme", "devDependencies": { "@oclif/parser": "^3.8.5", "@types/execa": "^2.0.0", "@types/fs-extra": "^9.0.1", "@types/uuid": "^8.3.0", "@types/yaml": "^1.9.7", "rimraf": "^3.0.2", "semantic-release": "^17.1.1", "simple-git-types": "^1.53.10", "typescript": "^3.9.7" }, "dependencies": { "@oclif/errors": "^1.3.3", "execa": "^4.0.3", "fs-extra": "^9.0.1", "selfsigned": "^1.10.7", "simple-git": "^2.20.1", "sudo-prompt": "^9.2.1", "uuid": "^8.3.0", "yaml": "^1.10.0" } }