{
	"name": "webhook-listener",
	"version": "1.0.0",
	"description": "Listen to the webhooks and saving them in the db",
	"main": "./dist/main.js",
	"scripts": {
		"clean": "rimraf ./dist",
		"build": "npm run clean && tsc -p tsconfig-build.json",
		"watch": "nodemon .",
		"dev": "ts-node -r tsconfig-paths/register ./src/main.ts",
		"start": "TS_NODE_BASEURL=./dist node -r tsconfig-paths/register ./dist/main.js",
		"test": "jest",
		"ci-test": "jest",
		"test:watch": "jest --watchAll"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Arborknot/webhook-listener.git"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/Arborknot/webhook-listener/issues"
	},
	"homepage": "https://github.com/Arborknot/webhook-listener.git#readme",
	"dependencies": {
		"@arborknot/cache": "^0.0.2",
		"@arborknot/db": "^0.0.6",
		"@arborknot/logger": "^1.9.107",
		"@types/supertest": "^2.0.12",
		"axios": "^0.27.2",
		"body-parser": "^1.20.0",
		"dotenv": "^16.0.1",
		"env-var": "^7.1.1",
		"express": "^4.18.1",
		"express-promise-router": "^4.1.1",
		"helmet": "^5.1.0",
		"ioredis": "^5.0.5",
		"pg": "^8.7.3",
		"pg-listen": "^1.7.0",
		"prom-client": "^14.0.1",
		"rimraf": "^3.0.2",
		"tsconfig-paths": "^4.0.0",
		"typescript": "^4.6.4",
		"uuid": "^8.3.2",
		"winston": "^3.7.2",
		"zod": "^3.17.10"
	},
	"devDependencies": {
		"@types/body-parser": "^1.19.2",
		"@types/express": "^4.17.13",
		"@types/jest": "^28.1.5",
		"@types/node": "^17.0.33",
		"@types/pg": "^8.6.5",
		"jest": "^28.1.3",
		"nodemon": "^2.0.16",
		"supertest": "^6.2.4",
		"ts-jest": "^28.0.5",
		"ts-node": "^10.7.0"
	},
	"node": ">=14.16"
}
