Simple_mOS/package.json
dependabot[bot] f86d28be67 Bump cli-color from 2.0.1 to 2.0.2
Bumps [cli-color](https://github.com/medikoo/cli-color) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/medikoo/cli-color/releases)
- [Changelog](https://github.com/medikoo/cli-color/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/cli-color/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: cli-color
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:53:01 -03:00

36 lines
778 B
JSON

{
"name": "macos_qemu-qvm",
"version": "0.1.1",
"description": "",
"main": "index.js",
"homepage": "https://github.com/Sirherobrine23/OSX-KVM_Node",
"author": "Sirherobrine23",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Sirherobrine23/OSX-KVM_Node/issues"
},
"scripts": {
"start": "node index.js"
},
"bin": {
"OSX_QEMU": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sirherobrine23/OSX-KVM_Node.git"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"cli-color": "^2.0.2",
"convert-units": "^2.3.4",
"deepmerge": "^4.2.2",
"inquirer": "^8.2.2",
"js-yaml": "^4.1.0",
"minimist": "^1.2.6",
"ora": "^6.1.0",
"readline-sync": "^1.4.10"
}
}