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, 0 insertions, 18 deletions
diff --git a/cli/package.json b/cli/package.json
deleted file mode 100644
index 971eaca..0000000
--- a/cli/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "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"
- }
-}