chore: Add monorepo setup

This commit is contained in:
Ali BARIN
2021-10-01 19:38:52 +02:00
commit b9a041b7b8
7 changed files with 88 additions and 0 deletions

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

@@ -0,0 +1,32 @@
{
"name": "@automatisch/cli",
"version": "0.0.0",
"description": "> TODO: description",
"contributors": [
{
"name": "automatisch contributors",
"url": "https://github.com/automatisch/automatisch/graphs/contributors"
}
],
"homepage": "https://github.com/automatisch/automatisch#readme",
"main": "lib/cli.js",
"directories": {
"bin": "bin",
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/automatisch/automatisch.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
}
}