UNPKG

unicorn-plus-plus-cli

Version:

A cli for the unicorn-plus-plus package builder for cpp based on CMAKE

43 lines (42 loc) 979 B
{ "name": "unicorn-plus-plus-cli", "version": "0.0.9", "description": "A cli for the unicorn-plus-plus package builder for cpp based on CMAKE", "main": "./src/cli.js", "bin": { "@xaberr/unicorn-plus-plus-cli": "bin/upp.js", "upp": "bin/upp.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/unicorn-plus-plus/cli.git" }, "keywords": [ "cli", "cpp", "upp", "unicorn", "plus", "package", "manager" ], "author": "Berra Federico", "license": "MIT", "bugs": { "url": "https://github.com/unicorn-plus-plus/cli/issues" }, "homepage": "https://github.com/unicorn-plus-plus/cli#readme", "dependencies": { "chalk": "^4.1.0", "commander": "^7.2.0", "del": "^6.0.0", "esm": "^3.2.18", "exec": "^0.2.1", "fs": "0.0.1-security", "fs-extra": "^9.1.0", "replace-in-file": "^6.2.0" } }