{
  "name": "unoapi-cloud",
  "version": "0.31.2",
  "description": "Unoapi Cloud",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "repository": "github.com/clairton/unoapi-cloud",
  "author": "Clairton Rodrig Heinzen<clairton.rodrigo@gmail.com>",
  "license": "GPL-3.0",
  "private": false,
  "scripts": {
    "dev": "./node_modules/nodemon/bin/nodemon.js",
    "start": "node dist/index.js",
    "lint": "eslint src",
    "test": "ENV_FILE=./.env.test jest --coverage",
    "build": "./node_modules/typescript/bin/tsc -p .",
    "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
    "clean:data": "rm -rf ./data/medias/* ./data/sessions/* ./data/stores/*.json"
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/jest": "^29.4.0",
    "@types/mime-types": "^2.1.1",
    "@types/node": "^18.14.1",
    "@types/node-fetch": "2",
    "@types/qrcode": "^1.5.0",
    "@types/supertest": "^2.0.12",
    "@types/uuid": "^9.0.1",
    "@types/vcf": "^2.0.3",
    "@types/ws": "^8.5.4",
    "@typescript-eslint/eslint-plugin": "^5.53.0",
    "@typescript-eslint/parser": "^5.53.0",
    "eslint": "^8.34.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.4.3",
    "jest-fetch-mock": "^3.0.3",
    "jest-mock-extended": "^3.0.3",
    "nodemon": "^2.0.20",
    "pino-pretty": "^9.4.0",
    "prettier": "^2.8.4",
    "supertest": "^6.3.3",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@whiskeysockets/baileys": "^6.4.1",
    "awesome-phonenumber": "^5.1.0",
    "dotenv": "^16.0.3",
    "express": "^4.18.2",
    "link-preview-js": "^3.0.4",
    "mime-types": "^2.1.35",
    "node-cache": "^5.1.2",
    "node-fetch": "2",
    "pino": "^8.14.1",
    "qrcode": "^1.5.1",
    "qrcode-terminal": "^0.12.0",
    "uuid": "^9.0.0",
    "vcf": "^2.1.1"
  }
}
