mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 03:29:14 +00:00
Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v12.0.1...v13.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "whatsapp-web.js",
|
|
"version": "1.15.4",
|
|
"description": "Library for interacting with the WhatsApp Web API ",
|
|
"main": "./index.js",
|
|
"typings": "./index.d.ts",
|
|
"scripts": {
|
|
"test": "mocha tests --recursive",
|
|
"test-single": "mocha",
|
|
"shell": "node --experimental-repl-await ./shell.js",
|
|
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pedroslopez/whatsapp-web.js.git"
|
|
},
|
|
"keywords": [
|
|
"whatsapp",
|
|
"whatsapp-web",
|
|
"api",
|
|
"bot",
|
|
"client",
|
|
"node"
|
|
],
|
|
"author": "Pedro Lopez",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/pedroslopez/whatsapp-web.js/issues"
|
|
},
|
|
"homepage": "https://wwebjs.dev/",
|
|
"dependencies": {
|
|
"@pedroslopez/moduleraid": "^5.0.2",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"jsqr": "^1.3.1",
|
|
"mime": "^3.0.0",
|
|
"node-fetch": "^2.6.5",
|
|
"node-webpmux": "^3.1.0",
|
|
"puppeteer": "^13.0.0",
|
|
"sharp": "^0.28.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.5.12",
|
|
"chai": "^4.3.4",
|
|
"dotenv": "^16.0.0",
|
|
"eslint": "^8.4.1",
|
|
"eslint-plugin-mocha": "^10.0.3",
|
|
"jsdoc": "^3.6.4",
|
|
"jsdoc-baseline": "^0.1.5",
|
|
"mocha": "^9.0.2",
|
|
"sinon": "^13.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
}
|