Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pselibas committed Dec 18, 2021
1 parent 8dcb3dd commit 6c81e51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
"main": "index.mjs",
"scripts": {
"run": "node index.mjs -s C:\\temp\\bb-test",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\""
},
"bin": {
"bblocal": "./index.mjs"
},
"homepage": "https://github.com/pselibas/bblocal",
"keywords": [],
"author": "Paul Selibas",
"license": "ISC",
"author": "Paul Selibas <pselibas@gmail.com>",
"bugs": {
"url": "https://github.com/pselibas/bblocal/issues"
},
"license": "MIT",
"dependencies": {
"commander": "^8.3.0",
"dockerode": "^3.3.1",
Expand All @@ -24,4 +28,4 @@
"devDependencies": {
"eslint": "^8.4.1"
}
}
}

0 comments on commit 6c81e51

Please sign in to comment.