2016-09-17 00:10:30 +08:00
|
|
|
{
|
2017-03-13 00:10:45 +08:00
|
|
|
"name": "probot",
|
2019-01-12 14:02:37 +08:00
|
|
|
"version": "0.0.0-development",
|
2018-05-13 13:16:43 +08:00
|
|
|
"description": "🤖 A framework for building GitHub Apps to automate and improve your workflow",
|
2017-03-13 00:10:45 +08:00
|
|
|
"repository": "https://github.com/probot/probot",
|
2017-11-21 11:13:18 +08:00
|
|
|
"main": "lib/index.js",
|
2018-05-26 04:17:19 +08:00
|
|
|
"types": "./lib/index.d.ts",
|
2017-03-12 05:58:36 +08:00
|
|
|
"bin": {
|
2017-04-27 05:39:01 +08:00
|
|
|
"probot": "./bin/probot.js"
|
2017-03-12 05:58:36 +08:00
|
|
|
},
|
2016-09-17 00:10:30 +08:00
|
|
|
"scripts": {
|
2018-05-26 04:17:19 +08:00
|
|
|
"build": "rimraf lib && tsc -p tsconfig.json",
|
2020-08-18 15:47:53 +08:00
|
|
|
"lint": "prettier --check 'src/**/*.ts' 'test/**/*.ts' 'docs/*.md' *.md package.json tsconfig.json",
|
|
|
|
"lint:fix": "prettier --write 'src/**/*.ts' 'test/**/*.ts' 'docs/*.md' *.md package.json tsconfig.json",
|
|
|
|
"pretest": "tsc --noEmit -p test",
|
|
|
|
"test": "jest",
|
|
|
|
"posttest": "npm run lint",
|
|
|
|
"doc": "typedoc --options .typedoc.json"
|
2016-09-17 00:10:30 +08:00
|
|
|
},
|
2018-05-26 04:17:19 +08:00
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"bin",
|
|
|
|
"static",
|
|
|
|
"views"
|
|
|
|
],
|
2018-06-10 12:20:03 +08:00
|
|
|
"keywords": [
|
|
|
|
"probot",
|
|
|
|
"github-apps",
|
|
|
|
"github",
|
|
|
|
"automation",
|
|
|
|
"robots",
|
|
|
|
"workflow"
|
|
|
|
],
|
2018-05-13 13:16:43 +08:00
|
|
|
"bugs": "https://github.com/probot/probot/issues",
|
|
|
|
"homepage": "https://probot.github.io",
|
2016-09-17 00:10:30 +08:00
|
|
|
"author": "Brandon Keepers",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2020-08-18 15:47:53 +08:00
|
|
|
"@octokit/auth-app": "^2.4.14",
|
|
|
|
"@octokit/auth-unauthenticated": "^1.0.0",
|
|
|
|
"@octokit/core": "^3.1.0",
|
2019-09-10 02:46:44 +08:00
|
|
|
"@octokit/graphql": "^4.2.0",
|
2019-11-05 13:54:53 +08:00
|
|
|
"@octokit/plugin-enterprise-compatibility": "^1.2.1",
|
2020-08-18 15:47:53 +08:00
|
|
|
"@octokit/plugin-paginate-rest": "^2.2.3",
|
|
|
|
"@octokit/plugin-rest-endpoint-methods": "^3.17.0",
|
2020-01-16 13:01:00 +08:00
|
|
|
"@octokit/plugin-retry": "^3.0.1",
|
2020-08-18 15:47:53 +08:00
|
|
|
"@octokit/plugin-throttling": "^3.3.0",
|
2019-09-10 02:46:44 +08:00
|
|
|
"@octokit/request": "^5.1.0",
|
2020-08-18 15:47:53 +08:00
|
|
|
"@octokit/types": "^5.0.1",
|
|
|
|
"@octokit/webhooks": "^7.11.0",
|
|
|
|
"@probot/pino": "^1.0.0",
|
2020-06-05 03:18:13 +08:00
|
|
|
"@types/express": "^4.17.2",
|
|
|
|
"@types/ioredis": "^4.0.6",
|
2020-08-18 15:47:53 +08:00
|
|
|
"@types/pino": "^6.3.0",
|
|
|
|
"@types/pino-http": "^5.0.4",
|
2018-10-02 21:25:52 +08:00
|
|
|
"@types/supports-color": "^5.3.0",
|
2019-01-24 13:56:04 +08:00
|
|
|
"bottleneck": "^2.15.3",
|
2020-03-14 09:22:03 +08:00
|
|
|
"commander": "^5.0.0",
|
2019-10-08 07:17:28 +08:00
|
|
|
"deepmerge": "^4.1.0",
|
2020-08-18 15:47:53 +08:00
|
|
|
"deprecation": "^2.3.1",
|
2019-10-16 10:10:33 +08:00
|
|
|
"dotenv": "~8.2.0",
|
2019-03-04 02:18:11 +08:00
|
|
|
"eventsource": "^1.0.7",
|
2017-11-26 12:16:54 +08:00
|
|
|
"express": "^4.16.2",
|
2018-06-04 08:54:58 +08:00
|
|
|
"express-async-errors": "^3.0.0",
|
2020-05-29 05:09:26 +08:00
|
|
|
"hbs": "^4.1.1",
|
2019-01-24 13:56:04 +08:00
|
|
|
"ioredis": "^4.5.1",
|
2020-03-04 12:24:03 +08:00
|
|
|
"is-base64": "^1.1.0",
|
2019-04-19 02:18:53 +08:00
|
|
|
"js-yaml": "^3.13.1",
|
2017-11-20 13:11:33 +08:00
|
|
|
"jsonwebtoken": "^8.1.0",
|
2020-08-18 15:47:53 +08:00
|
|
|
"lru-cache": "^6.0.0",
|
2019-01-08 14:37:17 +08:00
|
|
|
"octokit-pagination-methods": "1.1.0",
|
2020-08-18 15:47:53 +08:00
|
|
|
"pino": "^6.5.0",
|
|
|
|
"pino-http": "^5.2.0",
|
|
|
|
"pino-pretty": "^4.1.0",
|
2019-03-02 22:14:17 +08:00
|
|
|
"pkg-conf": "^3.0.0",
|
2018-03-15 12:20:01 +08:00
|
|
|
"raven": "^2.4.2",
|
2017-08-23 11:06:31 +08:00
|
|
|
"resolve": "^1.4.0",
|
2019-12-15 04:30:11 +08:00
|
|
|
"semver": "^7.0.0",
|
2019-06-12 01:49:31 +08:00
|
|
|
"supports-color": "^7.0.0",
|
2018-09-27 03:22:11 +08:00
|
|
|
"update-dotenv": "^1.1.0",
|
2020-01-06 16:03:21 +08:00
|
|
|
"update-notifier": "^4.0.0",
|
2020-02-25 01:23:53 +08:00
|
|
|
"uuid": "^7.0.0"
|
2016-09-17 00:10:30 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-18 15:47:53 +08:00
|
|
|
"@sinonjs/fake-timers": "^6.0.1",
|
|
|
|
"@tsconfig/node10": "^1.0.3",
|
2019-03-04 02:18:11 +08:00
|
|
|
"@types/eventsource": "^1.1.0",
|
2020-03-10 03:52:03 +08:00
|
|
|
"@types/jest": "^25.1.3",
|
2018-05-26 04:17:19 +08:00
|
|
|
"@types/js-yaml": "^3.10.1",
|
2018-12-11 03:43:43 +08:00
|
|
|
"@types/jsonwebtoken": "^8.3.0",
|
2020-06-01 07:21:32 +08:00
|
|
|
"@types/node": "^14.0.6",
|
2018-05-26 04:17:19 +08:00
|
|
|
"@types/raven": "^2.1.5",
|
2019-12-24 02:21:07 +08:00
|
|
|
"@types/resolve": "^1.14.0",
|
2020-01-28 07:24:29 +08:00
|
|
|
"@types/semver": "^7.1.0",
|
2018-05-26 04:17:19 +08:00
|
|
|
"@types/supertest": "^2.0.4",
|
2020-02-28 07:12:31 +08:00
|
|
|
"@types/uuid": "^7.0.0",
|
2020-08-18 15:47:53 +08:00
|
|
|
"body-parser": "^1.19.0",
|
2017-12-08 02:30:18 +08:00
|
|
|
"connect-sse": "^1.2.0",
|
2020-08-18 15:47:53 +08:00
|
|
|
"execa": "^4.0.3",
|
|
|
|
"get-port": "^5.1.1",
|
|
|
|
"got": "^11.5.1",
|
|
|
|
"jest": "^26.1.0",
|
|
|
|
"json-server": "^0.16.1",
|
|
|
|
"nock": "^13.0.3",
|
|
|
|
"prettier": "^2.0.5",
|
|
|
|
"rimraf": "^3.0.2",
|
2020-01-28 05:50:45 +08:00
|
|
|
"semantic-release": "^17.0.0",
|
2020-08-18 15:47:53 +08:00
|
|
|
"semantic-release-plugin-update-version-in-files": "^1.1.0",
|
2020-08-21 03:29:02 +08:00
|
|
|
"smee-client": "^1.2.2",
|
2019-03-15 21:15:08 +08:00
|
|
|
"supertest": "^4.0.2",
|
2020-08-18 15:47:53 +08:00
|
|
|
"ts-jest": "^26.1.1",
|
2020-03-16 07:21:13 +08:00
|
|
|
"typedoc": "^0.17.0",
|
2020-05-27 02:49:22 +08:00
|
|
|
"typescript": "^3.9.3"
|
2016-09-17 02:44:21 +08:00
|
|
|
},
|
2020-08-18 15:47:53 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.21"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"testEnvironment": "node",
|
|
|
|
"setupFiles": [
|
|
|
|
"<rootDir>/test/setup.ts"
|
|
|
|
],
|
|
|
|
"coveragePathIgnorePatterns": [
|
|
|
|
"<rootDir>/lib/"
|
|
|
|
],
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"js",
|
|
|
|
"json",
|
|
|
|
"node"
|
2017-09-12 22:01:18 +08:00
|
|
|
],
|
2020-08-18 15:47:53 +08:00
|
|
|
"preset": "ts-jest"
|
|
|
|
},
|
|
|
|
"release": {
|
2017-09-12 22:01:18 +08:00
|
|
|
"plugins": [
|
2020-08-18 15:47:53 +08:00
|
|
|
"@semantic-release/commit-analyzer",
|
|
|
|
"@semantic-release/release-notes-generator",
|
|
|
|
"@semantic-release/github",
|
|
|
|
"@semantic-release/npm",
|
|
|
|
[
|
|
|
|
"semantic-release-plugin-update-version-in-files",
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"lib/version.*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2016-10-09 13:29:05 +08:00
|
|
|
]
|
2016-09-17 00:10:30 +08:00
|
|
|
}
|
|
|
|
}
|