{
	"name": "server-skeleton",
	"version": "0.13.0",
	"description": "Ideal Folder structure for node server to be used by LetsUpgrade Labs. ",
	"main": "./src/server.js",
	"type": "module",
	"scripts": {
		"prepare": "is-ci || husky install",
		"release": "release-it",
		"lint": "prettier --config prettier.config.cjs \"**/*.{js,ts,jsx,tsx,json}\" --write --ignore-unknown",
		"postinstall": "is-ci || npm run prepare && npm run lint",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"lint-staged": {
		"**/*.{js,ts,jsx,tsx,json}": "prettier --write --ignore-unknown"
	},
	"author": "shaikhshoieb22",
	"license": "ISC",
	"dependencies": {
		"@aws-sdk/client-s3": "^3.523.0",
		"@aws-sdk/client-sqs": "^3.523.0",
		"@google-cloud/text-to-speech": "^5.2.0",
		"@google-cloud/translate": "^8.1.0",
		"@sentry/node": "^7.103.0",
		"@sentry/profiling-node": "^7.103.0",
		"amqplib": "^0.10.3",
		"api": "^6.1.3",
		"axios": "^1.6.7",
		"bitcore-lib": "^10.0.36",
		"bitcore-mnemonic": "^10.0.36",
		"cluster": "^0.7.7",
		"cors": "^2.8.5",
		"customerio-node": "^4.1.1",
		"date-fns": "^3.3.1",
		"dotenv": "^16.4.5",
		"express": "^4.18.2",
		"firebase": "^10.8.0",
		"firebase-admin": "^12.0.0",
		"form-data": "^4.0.0",
		"jimp": "^0.22.12",
		"lodash": "^4.17.21",
		"mongodb": "^6.3.0",
		"morgan": "^1.10.0",
		"multer": "1.4.5-lts.1",
		"nodemailer": "^8.0.1",
		"nodemon": "^3.1.0",
		"openai": "^4.28.0",
		"pdfmake": "^0.2.10",
		"redis": "^4.6.13",
		"sharp": "^0.32.1",
		"uuidv4": "^6.2.13",
		"winston": "^3.11.0",
		"winston-mongodb": "^5.1.1",
		"zod": "^3.22.4"
	},
	"devDependencies": {
		"@commitlint/config-conventional": "^17.4.2",
		"eslint": "^8.35.0",
		"eslint-config-airbnb-base": "^15.0.0",
		"eslint-plugin-import": "^2.27.5",
		"husky": "^8.0.3",
		"is-ci": "^3.0.1",
		"lint-staged": "^13.1.0",
		"prettier": "^2.8.3"
	}
}
