UNPKG

@wppconnect/wa-js

Version:

WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web

96 lines (95 loc) 3.57 kB
{ "name": "@wppconnect/wa-js", "version": "3.15.1", "description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web", "license": "Apache-2.0", "author": { "name": "Edgard Messias", "email": "edgardmessias@gmail.com", "url": "https://github.com/edgardmessias" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/wppconnect-wa.js" } }, "types": "dist/index.d.ts", "scripts": { "build:dev": "webpack --devtool inline-source-map --mode development", "build:prd": "webpack", "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 -r 0", "clean": "shx rm -rf dist", "commit": "cz", "docs:build": "npm run docs:clean && typedoc --gitRevision main", "docs:clean": "shx rm -rf docs", "launch:attach": "ts-node ./src/tools/launchAttach.ts", "launch:local": "ts-node ./src/tools/launchLocal.ts", "launch:protocol-log": "ts-node ./src/tools/launchProtocolLog.ts", "lint": "npx eslint --ext .ts src", "prepare": "husky install && npm run clean && npm run build:prd", "release": "release-it", "test": "playwright test --project tests", "test:prepare": "playwright test --project prepare --headed", "update-models-attributes": "ts-node ./src/tools/updateModelsAttributes.ts", "update-module-id": "ts-node ./src/tools/updateModuleID.ts", "wa-source": "npm run wa-source:clean && npm run wa-source:download", "wa-source:clean": "shx rm -rf wa-source", "wa-source:download": "ts-node ./src/tools/extractWhatsappSource.ts", "wa-source:format": "prettier --write ./wa-source", "watch": "webpack watch --devtool inline-source-map --mode development" }, "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@commitlint/prompt-cli": "^19.6.0", "@playwright/test": "^1.49.0", "@types/debug": "^4.1.12", "@types/node": "^16.18.119", "@types/node-fetch": "^2.6.12", "@types/parse-data-url": "^3.0.2", "@types/prettier": "^3.0.0", "@types/shelljs": "^0.8.15", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@wppconnect/wa-version": "^1.5.679", "buffer": "^6.0.3", "compare-versions": "^6.1.1", "compressorjs": "^1.2.1", "conventional-changelog-angular": "^8.0.0", "conventional-changelog-cli": "^5.0.0", "debug": "^4.3.7", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-simple-import-sort": "^12.1.1", "eventemitter2": "^6.4.9", "file-type": "~16.5.4", "husky": "^9.1.7", "lint-staged": "^15.2.10", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", "playwright-chromium": "^1.49.0", "prettier": "^3.3.3", "release-it": "^17.10.0", "shx": "^0.3.4", "terser-webpack-plugin": "^5.3.10", "ts-loader": "^9.5.1", "ts-morph": "^24.0.0", "ts-node": "^10.9.2", "typedoc": "^0.26.11", "typedoc-plugin-mdn-links": "^3.3.8", "typedoc-plugin-missing-exports": "^3.0.2", "typescript": "^5.6.3", "typescript-debounce-decorator": "^0.0.18", "webpack": "^5.96.1", "webpack-cli": "^5.1.4" }, "engines": { "whatsapp-web": ">=2.2326.10-beta" } }