mirror of https://github.com/msgbyte/tailchat
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.
41 lines
948 B
JSON
41 lines
948 B
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",
|
|
"dotenv": "^16.0.3",
|
|
"probot": "^12.2.4",
|
|
"probot-metadata": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^28.1.0",
|
|
"@types/node": "^18.0.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.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
}
|