UNPKG

@nickthesing/bb-watch-cli

Version:

CLI tool for Backbase watcher Edit

33 lines (32 loc) 725 B
{ "name": "@nickthesing/bb-watch-cli", "version": "0.1.1", "description": "CLI tool for Backbase watcher Edit", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "bb-watch": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/nickthesing/bb-watch-cli.git" }, "keywords": [ "Backbase", "Watcher", "Changes", "WC", "BB-watch" ], "author": "Nick Thesing <nickthesing@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nickthesing/wc/issues" }, "homepage": "https://github.com/nickthesing/wc#readme", "dependencies": { "@nickthesing/bb-watch": "^0.2.0" } }