{
  "name": "amon-andromeda",
  "version": "5.0.0",
  "description": "Andromeda is a Baileys-based lib, designed to be an easy abstraction of Baileys. Clear and concise, easy-to-use methods with a quick boot setup.",
  "main": "dist/index.js",
  "license": "GPL",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/Guilherme-j10/amon-andromeda",
  "files": [
    "/dist"
  ],
  "peerDependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "jimp": "^0.16.2",
    "link-preview-js": "^3.0.0",
    "qrcode-terminal": "^0.12.0",
    "sharp": "^0.30.5"
  },
  "peerDependenciesMeta": {
    "@adiwajshing/keyed-db": {
      "optional": true
    },
    "jimp": {
      "optional": true
    },
    "qrcode-terminal": {
      "optional": true
    },
    "sharp": {
      "optional": true
    },
    "link-preview-js": {
      "optional": true
    }
  },
  "devDependencies": {
    "@adiwajshing/eslint-config": "git+https://github.com/adiwajshing/eslint-config",
    "@adiwajshing/keyed-db": "^0.2.4",
    "@types/ffmpeg": "^1.0.4",
    "@types/fluent-ffmpeg": "^2.1.20",
    "@types/got": "^9.6.11",
    "@types/jest": "^27.5.1",
    "@types/mime-types": "^2.1.1",
    "@types/node": "^16.0.0",
    "@types/qrcode": "^1.4.2",
    "@types/sharp": "^0.29.4",
    "@types/ws": "^8.0.0",
    "eslint": "^8.0.0",
    "jest": "^27.0.6",
    "jimp": "^0.16.2",
    "link-preview-js": "^3.0.0",
    "qrcode-terminal": "^0.12.0",
    "sharp": "^0.30.5",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.8.1",
    "ts-node-dev": "^2.0.0",
    "typedoc": "^0.22.0",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "dev": "tsnd --transpile-only --respawn --ignore-watch node_modules src/usage.ts",
    "test": "tsnd --transpile-only --respawn --ignore-watch node_modules src/package/example/test.ts",
    "build": "tsc",
    "publish-code": "rm -rf dist && yarn build",
    "example": "yarn build && node dist/package/example/index.js"
  },
  "dependencies": {
    "@adiwajshing/keyed-db": "^0.2.4",
    "@hapi/boom": "^10.0.0",
    "audio-decode": "^2.1.3",
    "axios": "^1.6.0",
    "cache-manager": "^5.2.2",
    "fluent-ffmpeg": "^2.1.2",
    "async-lock": "^1.4.1",
    "futoin-hkdf": "^1.5.1",
    "jimp": "^0.16.2",
    "knex": "^2.4.0",
    "lodash": "^4.17.21",
    "libphonenumber-js": "^1.10.20",
    "libsignal": "https://github.com/adiwajshing/libsignal-node.git",
    "link-preview-js": "^3.0.0",
    "mime-types": "^2.1.35",
    "music-metadata": "^7.12.3",
    "mysql2": "^2.3.3",
    "node-cache": "^5.1.2",
    "pino": "^7.0.0",
    "protobufjs": "^6.11.3",
    "qrcode": "^1.5.1",
    "uuid": "^9.0.0",
    "uuidv4": "^6.2.13",
    "ws": "^8.13.0"
  }
}
