2019-01-15 17:15:25 +00:00
{
"author" : "Pedro Pombeiro <pombeirp@users.noreply.github.com> (https://status.im)" ,
"bugs" : "https://github.com/status-im/packages-check-bot/issues" ,
"dependencies" : {
2019-01-17 17:00:26 +00:00
"@types/humanize-plus" : "^1.8.0" ,
"@types/nock" : "^9.3.0" ,
2019-01-16 22:45:16 +00:00
"humanize-plus" : "^1.8.2" ,
2019-01-17 17:00:26 +00:00
"nock" : "^10.0.0" ,
2019-01-21 16:08:27 +00:00
"probot" : "^7.2.0" ,
"toml" : "^2.3.5"
2019-01-15 17:15:25 +00:00
} ,
2019-01-17 17:00:26 +00:00
"description" : "checks changes to packages.json to ensure that URL schemes match intended pattern and that forks are referenced with a tag, instead of a branch." ,
2019-01-15 17:15:25 +00:00
"devDependencies" : {
2019-09-20 08:52:08 +00:00
"@types/jest" : "^24.0.0" ,
2019-01-17 17:00:26 +00:00
"@types/node" : "^10.12.18" ,
"eslint-plugin-typescript" : "^0.12.0" ,
2019-09-20 08:52:08 +00:00
"jest" : "^24.4.0" ,
2019-01-17 17:00:26 +00:00
"nodemon" : "^1.18.9" ,
2019-01-15 17:15:25 +00:00
"smee-client" : "^1.0.2" ,
2019-09-20 08:52:08 +00:00
"ts-jest" : "^24.0.0" ,
2019-01-17 17:00:26 +00:00
"tslint" : "^5.12.1" ,
2022-01-08 10:17:09 +00:00
"typescript" : "^4.5.4" ,
2019-01-17 17:00:26 +00:00
"typescript-eslint-parser" : "^18.0.0" ,
"typescript-tslint-plugin" : "^0.2.1"
2019-01-15 17:15:25 +00:00
} ,
"engines" : {
2019-09-20 08:52:08 +00:00
"node" : ">= 8.16.0" ,
2019-04-08 16:28:30 +00:00
"yarn" : ">= 1.13.x"
2019-01-15 17:15:25 +00:00
} ,
2019-01-17 17:00:26 +00:00
"homepage" : "https://github.com/status-im/packages-check-bot" ,
"jest" : {
"testEnvironment" : "node"
2019-01-15 17:15:25 +00:00
} ,
2019-01-17 17:00:26 +00:00
"keywords" : [
"probot" ,
"github" ,
"probot-app"
] ,
"license" : "ISC" ,
"name" : "packages-check-bot" ,
2019-01-15 17:15:25 +00:00
"nodemonConfig" : {
2019-01-19 00:34:34 +00:00
"exec" : "yarn start" ,
2019-01-15 17:15:25 +00:00
"watch" : [
".env" ,
2019-01-17 17:00:26 +00:00
"./lib"
2019-01-15 17:15:25 +00:00
]
} ,
2019-01-17 17:00:26 +00:00
"repository" : "https://github.com/status-im/packages-check-bot.git" ,
"scripts" : {
2019-01-19 00:34:34 +00:00
"_start-dev" : "./scripts/predebug.sh; yarn build && node --inspect ./node_modules/probot/bin/probot-run.js ./lib/index.js" ,
2019-01-17 17:00:26 +00:00
"build" : "tsc -p tsconfig.json" ,
"dev" : "./node_modules/nodemon/bin/nodemon.js" ,
2019-01-19 00:34:34 +00:00
"lint" : "tslint -c tslint.json --fix 'src/**/*.ts' --fix 'test/**/*.ts'" ,
"postinstall" : "yarn build" ,
2019-01-17 17:00:26 +00:00
"start" : "probot run ./lib/index.js" ,
2019-01-19 00:34:34 +00:00
"test" : "jest && tsc -p tsconfig.json" ,
2019-01-29 18:18:54 +00:00
"test:watch" : "jest --watch --notify --notifyMode=change --coverage" ,
"logs" : "ssh dokku.status.im tail -n 100 -f /var/log/docker/packages-check-bot.web.1/docker.log"
2019-01-17 17:00:26 +00:00
} ,
"version" : "1.0.0"
2019-01-15 17:15:25 +00:00
}