diff --git a/package.json b/package.json index 9906f7f..43b89c5 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "depcheck": "depcheck ." }, "dependencies": { + "@ethersphere/bee-js": "^3.3.4", "chalk": "^2.4.2", "dockerode": "^3.3.1", "furious-commander": "^1.7.0", @@ -49,7 +50,6 @@ "@codejedi365/jest-serial-runner": "^2.0.0", "@commitlint/cli": "^16.2.1", "@commitlint/config-conventional": "^16.2.1", - "@ethersphere/bee-js": "^3.3.4", "@fluffy-spoon/substitute": "^1.208.0", "@jest/types": "^27.0.2", "@types/dockerode": "^3.3.3", diff --git a/src/index.ts b/src/index.ts index e2c5498..64e41b8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env node + import { cli } from 'furious-commander' import { application } from './application' import { optionParameters, rootCommandClasses } from './config'