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

38 lines
849 B
JSON

{
"name": "tailchat-github-app",
"version": "1.0.0",
"private": true,
"description": "Tailchat github integrations",
"author": "moonrailgun",
"license": "ISC",
"homepage": "https://github.com//",
"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",
"test": "jest"
},
"dependencies": {
"axios": "^0.21.1",
"probot": "^12.2.4"
},
"devDependencies": {
"@types/jest": "^28.1.0",
"@types/node": "^18.0.0",
"jest": "^26.6.3",
"nock": "^13.0.5",
"nodemon": "^2.0.18",
"smee-client": "^1.2.2",
"ts-jest": "^26.4.4",
"ts-node": "^10.9.1",
"typescript": "^4.1.3"
},
"engines": {
"node": ">= 10.13.0"
}
}