2019-01-21 12:29:30 +00:00
|
|
|
{
|
|
|
|
"author": "Pedro Pombeiro <pombeirp@users.noreply.github.com> (https://github.com/status-im/deps-lock-snitch-bot)",
|
|
|
|
"bugs": "https://github.com/status-im/deps-lock-snitch-bot/issues",
|
|
|
|
"dependencies": {
|
|
|
|
"@types/humanize-plus": "^1.8.0",
|
|
|
|
"@types/nock": "^9.3.0",
|
|
|
|
"humanize-plus": "^1.8.2",
|
|
|
|
"nock": "^10.0.0",
|
|
|
|
"probot": "^7.2.0"
|
|
|
|
},
|
|
|
|
"description": "pings collaborators every time there are changes to a dependency lock file (package-lock.json, yarn.lock, etc)",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^23.1.5",
|
|
|
|
"@types/node": "^10.12.18",
|
|
|
|
"eslint-plugin-typescript": "^0.12.0",
|
|
|
|
"jest": "^23.4.0",
|
|
|
|
"nodemon": "^1.18.9",
|
|
|
|
"smee-client": "^1.0.2",
|
|
|
|
"ts-jest": "^23.0.0",
|
|
|
|
"tslint": "^5.12.1",
|
|
|
|
"typescript": "3.2.1",
|
|
|
|
"typescript-eslint-parser": "^18.0.0",
|
|
|
|
"typescript-tslint-plugin": "^0.2.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
2019-09-20 08:45:46 +00:00
|
|
|
"node": ">= 8.16.0",
|
2019-01-21 12:29:30 +00:00
|
|
|
"yarn": "1.13.x"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/status-im/deps-lock-snitch-bot",
|
|
|
|
"jest": {
|
|
|
|
"testEnvironment": "node"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"probot",
|
|
|
|
"github",
|
|
|
|
"probot-app"
|
|
|
|
],
|
|
|
|
"license": "ISC",
|
|
|
|
"name": "deps-lock-snitch-bot",
|
|
|
|
"nodemonConfig": {
|
|
|
|
"exec": "yarn start",
|
|
|
|
"watch": [
|
|
|
|
".env",
|
|
|
|
"./lib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": "https://github.com/status-im/deps-lock-snitch-bot.git",
|
|
|
|
"scripts": {
|
|
|
|
"_start-dev": "./scripts/predebug.sh; yarn build && node --inspect ./node_modules/probot/bin/probot-run.js ./lib/index.js",
|
|
|
|
"build": "tsc -p tsconfig.json",
|
|
|
|
"dev": "./node_modules/nodemon/bin/nodemon.js",
|
|
|
|
"lint": "tslint -c tslint.json --fix 'src/**/*.ts' --fix 'test/**/*.ts'",
|
|
|
|
"postinstall": "yarn build",
|
|
|
|
"start": "probot run ./lib/index.js",
|
|
|
|
"test": "jest && tsc -p tsconfig.json",
|
2019-01-29 18:19:59 +00:00
|
|
|
"test:watch": "jest --watch --notify --notifyMode=change --coverage",
|
|
|
|
"logs": "ssh dokku.status.im tail -n 100 -f /var/log/docker/deps-lock-snitch-bot.web.1/docker.log"
|
2019-01-21 12:29:30 +00:00
|
|
|
},
|
|
|
|
"version": "1.0.0"
|
|
|
|
}
|