wip-bot
Version:
<p align=center><a href="https://github.com/wip/app/tree/master/assets"><img src="assets/wip-logo.png" alt="" width="200" height="200"></a></p>
69 lines (68 loc) • 1.48 kB
JSON
{
"name": "wip-bot",
"version": "2.4.2",
"description": "",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"deploy": "scripts/deploy.sh",
"start": "probot run ./index.js",
"now-start": "PRIVATE_KEY=$(echo $PRIVATE_KEY | base64 -d) npm start",
"test": "jest",
"test:watch": "jest . --watch",
"pretest": "npm run lint",
"lint": "standard",
"semantic-release": "semantic-release"
},
"standard": {
"globals": [
"jest",
"it",
"expect",
"describe"
]
},
"repository": {
"type": "git",
"url": "https://github.com/wip/app.git"
},
"keywords": [
"probot",
"probot-plugin"
],
"author": "Gregor Martynus (https://github.com/gr2m)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wip/app/issues"
},
"homepage": "https://github.com/wip/app#readme",
"dependencies": {
"probot": "^6.0.0"
},
"jest": {
"testRegex": "/test/unit/.+\\.test\\.js$"
},
"devDependencies": {
"jest": "^22.3.0",
"localtunnel": "^1.8.3",
"semantic-release": "^15.0.0",
"standard": "^11.0.0"
},
"engines": {
"node": ">=8.3.0",
"npm": ">=5.3.0"
},
"now": {
"alias": "wip-bot",
"env": {
"APP_ID": "@wip-bot-app-id",
"LOG_LEVEL": "@wip-bot-log-level",
"NODE_ENV": "production",
"PRIVATE_KEY": "@wip-bot-private-key",
"WEBHOOK_SECRET": "@wip-bot-webhook-secret"
}
}
}