wppconnect-api / package.json
AUXteam's picture
Upload folder using huggingface_hub
1cc922d verified
{
"name": "@wppconnect-team/wppconnect",
"version": "1.41.1",
"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": "eslint 'src/**/*.js'",
"lint:ts": "eslint 'src/**/*.ts'",
"lint": "eslint src/",
"prepare": "",
"release": "release-it",
"start": "node dist/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": "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.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/eslint-plugin": "^7.27.1",
"@babel/preset-env": "^7.29.2",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@commitlint/cz-commitlint": "^20.5.0",
"@eslint/js": "^10.0.1",
"@tony.ganchev/eslint-plugin-header": "^3.3.4",
"@types/atob": "^2.1.4",
"@types/express": "^4.17.25",
"@types/mime-types": "^3.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^24.12.0",
"@types/shelljs": "^0.10.0",
"@types/tmp": "^0.2.6",
"@types/ws": "^8.18.1",
"babel-loader": "^10.1.1",
"commitizen": "^4.3.1",
"concurrently": "^9.2.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"husky": "^9.1.7",
"mocha": "^11.7.5",
"prettier": "^2.8.8",
"pretty-quick": "^4.2.2",
"regenerator-runtime": "^0.14.1",
"release-it": "^19.2.4",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@wppconnect/wa-js": "^3.23.2",
"@wppconnect/wa-version": "^1.5.3483",
"atob": "^2.1.2",
"axios": "^1.14.0",
"boxen": "^5.1.2",
"catch-exit": "^2.0.0",
"chalk": "~4.1.2",
"chrome-launcher": "^0.15.2",
"execa": "^5.1.1",
"express": "^4.22.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": "^3.0.2",
"puppeteer": "^24.37.5",
"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.4",
"sharp": "0.34.5",
"tmp": "^0.2.5",
"tree-kill": "^1.2.2",
"winston": "^3.19.0",
"ws": "^8.19.0"
},
"optionalDependencies": {
"@img/sharp-win32-x64": "^0.34.5",
"fsevents": "^2.3.3"
},
"directories": {
"doc": "docs",
"example": "examples"
}
}