UNPKG

@tonvitalferreira/wppconnect

Version:

WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligen

134 lines 4.67 kB
{ "name": "@tonvitalferreira/wppconnect", "version": "1.37.7", "description": "WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔💭", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build:client": "tsc", "build:wapi": "cd src/lib/wapi/ && webpack", "build": "npm run build:wapi && npm run build:client", "changelog:last": "conventional-changelog -p angular -r 2", "changelog:preview": "conventional-changelog -p angular -u", "changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s", "clean": "shx rm -rf session dist", "example": "node ./examples/basic/index.js", "commit": "cz", "docs:build": "npm run docs:clean && typedoc && npm run docs:copy-images", "docs:clean": "shx rm -rf api-docs", "docs:copy-images": "shx cp -R ./img ./api-docs", "lint:js": "npx eslint -c .eslintrc.js --ext .js src", "lint:ts": "npx eslint -c .eslintrc.js --ext .ts src", "lint": "npm run lint:ts && npm run lint:js", "prepare": "husky install && npm run clean && npm run build", "release": "release-it", "start": "npm run build:client && tsc app.ts && node app.js", "test": "mocha -r ts-node/register src/tests/**/*.test.ts", "watch": "concurrently \"npm run build:wapi -- --mode=development -w -d eval-source-map\" \"npm run build:client -- -w --sourceMap\"" }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "repository": { "type": "git", "url": "git+https://github.com/wppconnect-team/wppconnect.git" }, "keywords": [ "whatsapp", "javascript", "bot", "chat bot", "bot", "typescript", "automatization", "puppeteer" ], "author": "wppconnect-team", "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/wppconnect-team/wppconnect/issues" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/wppconnect-team/wppconnect#readme", "devDependencies": { "@babel/core": "^7.28.3", "@babel/eslint-parser": "^7.28.0", "@babel/eslint-plugin": "^7.27.1", "@babel/preset-env": "^7.28.3", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@commitlint/cz-commitlint": "^19.8.1", "@types/atob": "^2.1.4", "@types/mime-types": "^2.1.4", "@types/mocha": "^10.0.10", "@types/node": "^22.17.1", "@types/shelljs": "^0.8.17", "@types/tmp": "^0.2.6", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "babel-loader": "^10.0.0", "commitizen": "^4.3.1", "concurrently": "^9.2.1", "conventional-changelog-cli": "^5.0.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-header": "^3.1.1", "eslint-plugin-prettier": "^4.2.5", "husky": "^9.1.7", "mocha": "^11.7.1", "prettier": "^2.8.8", "pretty-quick": "^4.2.2", "regenerator-runtime": "^0.14.1", "release-it": "^19.0.4", "shx": "^0.4.0", "ts-node": "^10.9.2", "typedoc": "^0.28.10", "typescript": "^5.9.2", "webpack": "^5.101.1", "webpack-cli": "^5.1.4" }, "dependencies": { "@wppconnect/wa-js": "https://github.com/wppconnect-team/wa-js/releases/download/nightly/wppconnect-nightly.tgz", "@wppconnect/wa-version": "^1.5.2201", "atob": "^2.1.2", "axios": "^1.11.0", "boxen": "^5.1.2", "catch-exit": "^2.0.0", "chalk": "~4.1.2", "chrome-launcher": "^0.15.2", "execa": "^5.1.1", "file-type": "~16.5.4", "futoin-hkdf": "^1.5.3", "latest-version": "^5.1.0", "logform": "^2.7.0", "lookpath": "^1.2.3", "mime-types": "^2.1.35", "puppeteer": "^24.16.1", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "puppeteer-extra-plugin-user-data-dir": "^2.4.1", "puppeteer-extra-plugin-user-preferences": "^2.4.1", "qrcode-terminal": "^0.12.0", "reflect-metadata": "^0.2.1", "rimraf": "^3.0.2", "sanitize-filename": "^1.6.3", "sharp": "0.34.3", "tmp": "^0.2.5", "tree-kill": "^1.2.2", "winston": "^3.17.0", "ws": "^8.18.3" }, "optionalDependencies": { "@img/sharp-win32-x64": "^0.34.3", "fsevents": "^2.3.3" }, "directories": { "doc": "docs", "example": "examples" } }