优化
This commit is contained in:
45
apps/github-app/package.json
Normal file
45
apps/github-app/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "tailchat-github-app",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Tailchat github integrations",
|
||||
"author": "moonrailgun",
|
||||
"license": "ISC",
|
||||
"homepage": "https://github.com/msgbyte/tailchat",
|
||||
"keywords": [
|
||||
"probot",
|
||||
"github",
|
||||
"probot-app"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "nodemon --watch \"src/**\" --ext \"ts\" --ignore \"src/**/*.spec.ts\" --exec \"ts-node --transpile-only src/index.ts\"",
|
||||
"build": "tsc",
|
||||
"prepare": "tsc",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"body-parser": "^1.20.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"lodash": "^4.17.21",
|
||||
"probot": "^12.3.0",
|
||||
"probot-metadata": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/body-parser": "^1.19.2",
|
||||
"@types/jest": "27.5.2",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/node": "^18.13.0",
|
||||
"jest": "27.5.1",
|
||||
"nock": "^13.0.5",
|
||||
"nodemon": "^2.0.18",
|
||||
"smee-client": "^1.2.2",
|
||||
"ts-jest": "27.1.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user