mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-05 06:23:07 +00:00
fix: shebang and bee-js in deps
This commit is contained in:
parent
33080c8de4
commit
b7659fc8b4
@ -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",
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import { cli } from 'furious-commander'
|
||||
import { application } from './application'
|
||||
import { optionParameters, rootCommandClasses } from './config'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user