{
  "name": "wa-multi-session",
  "version": "3.3.1",
  "description": "Multi Session Whatsapp Library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc && node ./dist/index.js",
    "dev": "tsc && nodemon ./dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "mimamch",
  "license": "ISC",
  "dependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "@hapi/boom": "^10.0.1",
    "@whiskeysockets/baileys": "^6.5.0",
    "axios": "^1.6.7",
    "install": "^0.13.0",
    "mime": "^4.0.6",
    "mime-types": "^2.1.35",
    "mjs": "^1.0.0",
    "nodemon": "^3.1.0",
    "pino": "^8.11.0",
    "qrcode": "^1.5.3",
    "qrcode-terminal": "^0.12.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mimamch/wa-multi-session.git"
  },
  "devDependencies": {
    "@types/mime": "^3.0.1"
  }
}
