deliverybot
Version:
Controls and configures deployments using the GitHub API.
65 lines (64 loc) • 1.7 kB
JSON
{
"name": "deliverybot",
"version": "0.5.3-6",
"main": "lib/index.js",
"files": [
"lib/*",
"views/*",
"static/*",
"app.yml"
],
"description": "Controls and configures deployments using the GitHub API.",
"author": "Deliverybot <support@deliverybot.dev> (https://github.com/deliverybot/deliverybot)",
"license": "MIT",
"support": "support@deliverybot.dev",
"repository": "https://github.com/deliverybot/deliverybot.git",
"homepage": "https://deliverybot.dev",
"documentation": "https://deliverybot.dev/docs/",
"bugs": "https://github.com/deliverybot/deliverybot/issues",
"community": "https://spectrum.chat/deliverybot/general",
"github": "https://github.com/deliverybot",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "(rm -r lib || true); tsc",
"start": "probot run ./lib/index.js",
"test": "LOG_LEVEL=fatal jest --verbose",
"prepack": "(rm -r lib || true); tsc"
},
"dependencies": {
"@octokit/rest": "16.33.1",
"js-yaml": "3.13.1",
"jsonschema": "1.2.4",
"mustache": "^3.1.0",
"uuid": "3.3.3"
},
"peerDependencies": {
"probot": "^9.5.3"
},
"devDependencies": {
"@types/jest": "^24.0.0",
"@types/js-yaml": "^3.12.1",
"@types/mustache": "^0.8.32",
"@types/nock": "^9.3.0",
"@types/node": "^11.9.0",
"@types/supertest": "^2.0.8",
"@types/uuid": "^3.4.6",
"jest": "^24.0.0",
"nock": "^10.0.0",
"probot": "9.5.3",
"smee-client": "^1.1.0",
"supertest": "^4.0.2",
"ts-jest": "^24.0.0",
"typescript": "^3.3.1"
},
"engines": {
"node": ">= 8.3.0"
},
"jest": {
"testEnvironment": "node"
}
}