feat: bigcapital CLI.

This commit is contained in:
Ahmed Bouhuolia
2020-05-25 06:14:44 +02:00
parent 18a032ffd1
commit ab21f439e2
4 changed files with 265 additions and 13 deletions

View File

@@ -13,6 +13,9 @@
},
"author": "Ahmed Bouhuolia, <a.bouhuolia@gmail.com>",
"license": "ISC",
"bin": {
"bigcapital": "./bin/bigcapital.js"
},
"dependencies": {
"@hapi/boom": "^7.4.3",
"app-root-path": "^3.0.0",
@@ -61,6 +64,7 @@
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-things": "^0.2.0",
"colorette": "^1.2.0",
"commander": "^5.0.0",
"cross-env": "^5.2.0",
"eslint": "^6.2.1",
@@ -70,6 +74,7 @@
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.19.1",
"faker": "^4.1.0",
"getopts": "^2.2.5",
"knex-factory": "0.0.6",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",