monorepo/cli

This commit is contained in:
Leifer
2022-10-24 14:37:20 +02:00
parent a12d5dbb78
commit 40b08622ec
7 changed files with 109 additions and 28 deletions

15
packages/cli/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"kleur": "^4.1.5"
}
}