Skip to content

Instantly share code, notes, and snippets.

@lobot
Created July 1, 2022 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobot/27dbee0c84635625f836be821072f63d to your computer and use it in GitHub Desktop.
Save lobot/27dbee0c84635625f836be821072f63d to your computer and use it in GitHub Desktop.
webhook-ts-package-json
{
"name": "koa-ts-webhook",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1"
},
"devDependencies": {
"@types/node": "^18.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment