aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/package.json')
-rw-r--r--cli/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/cli/package.json b/cli/package.json
new file mode 100644
index 0000000..971eaca
--- /dev/null
+++ b/cli/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "cli",
+ "private": true,
+ "version": "0.0.0",
+ "scripts": {
+ "clean": "make clean",
+ "build": "make",
+ "test": "make test-go",
+ "format": "make fmt-go",
+ "lint": "make lint-go"
+ },
+ "devDependencies": {
+ "copy-template-dir": "^1.4.0",
+ "faker": "^5.1.0",
+ "ngraph.generators": "^19.3.0",
+ "shelljs": "^0.8.4"
+ }
+}