Skip to content

Instantly share code, notes, and snippets.

@sostenesapollo
Created April 24, 2023 16:38
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 sostenesapollo/35780adb58b4228069750f949554e60c to your computer and use it in GitHub Desktop.
Save sostenesapollo/35780adb58b4228069750f949554e60c to your computer and use it in GitHub Desktop.
{
"name": "tst",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"start": "node ./dist/index.js",
"dev": "npm run prebuild && tsc-watch --onSuccess \"npm run start\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^5.0.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"@prisma/client": "^4.6.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"link-preview-js": "2.1.13",
"pino": "^8.7.0",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.6.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/node": "^18.11.9",
"@types/qrcode": "^1.5.0",
"concurrently": "^7.6.0",
"nodemon": "^2.0.20",
"prisma": "^4.6.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"tsc-watch": "^5.0.3",
"typescript": "^4.9.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment