You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/apps/github-app/package.json

46 lines
1.1 KiB
JSON

{
"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"
}
}