UNPKG

hubot

Version:

A simple helpful robot for your Company

51 lines (50 loc) 1.17 kB
{ "name": "hubot", "version": "13.0.1", "author": "hubot", "keywords": [ "github", "hubot", "campfire", "bot" ], "description": "A simple helpful robot for your Company", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hubotio/hubot.git" }, "devDependencies": { "standard": "^17.1.0" }, "engines": { "node": ">= 18", "npm": ">= 9" }, "main": "./index.mjs", "bin": { "hubot": "./bin/hubot" }, "scripts": { "start": "bin/hubot", "gen": "bin/hubot --create myhubot", "pretest": "standard", "test": "node --test", "test:smoke": "node src/**/*.js", "test:e2e": "bin/e2e-test.sh", "build:local": "npx @hubot-friends/sfab --folder ./docs --destination ./_site --verbose --serve /hubot/ --watch-path ./docs --scripts ./sfab-hooks", "build": "npx @hubot-friends/sfab --folder ./docs --destination ./_site --verbose --scripts ./sfab-hooks" }, "release": { "branches": [ "main", "next" ], "dryRun": false }, "dependencies": { "express": "^5.1.0", "express-basic-auth": "^1.2.1", "pino": "^9.6.0" } }