UNPKG

lisb-hubot

Version:

A simple helpful robot for your Company

61 lines (60 loc) 1.22 kB
{ "name": "lisb-hubot", "version": "5.0.0", "author": "hubot", "keywords": [ "github", "hubot", "campfire", "bot" ], "description": "A simple helpful robot for your Company", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lisb/hubot.git" }, "dependencies": { "@types/hubot": "^3.3.2", "async": "^3.2.4", "cline": "^0.8.2", "coffeescript": "^2.7.0", "connect-multiparty": "^2.2.0", "express": "^4.18.2", "express-basic-auth": "^1.2.1", "optparse": "^1.0.5", "pino": "^8.11.0" }, "devDependencies": { "chai": "^4.3.7", "is-circular": "^1.0.2", "mocha": "^10.2.0", "mockery": "^2.1.0", "semantic-release": "^21.0.1", "sinon": "^15.0.4", "sinon-chai": "^3.7.0", "standard": "^17.0.0" }, "engines": { "node": ">= 14", "npm": ">= 7" }, "main": "./index", "types": "./types/index.d.ts", "bin": { "hubot": "./bin/hubot" }, "scripts": { "start": "bin/hubot", "pretest": "standard", "test": "mocha --exit", "test:smoke": "node src/**/*.js" }, "release": { "branches": [ "main", "next" ], "dryRun": false } }