Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bot-whatsapp/bot

Package Overview
Dependencies
Maintainers
1
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bot-whatsapp/bot - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3-alpha.0

dist/context/globalstateClass.d.ts

89

package.json
{
"name": "@bot-whatsapp/bot",
"version": "v0.1.2",
"description": "",
"main": "./lib/bundle.bot.cjs",
"scripts": {
"bot:rollup": "node ../../node_modules/.bin/rollup index.js --config ./rollup-cli.config.js",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"test.unit": "cross-env NODE_ENV=test node ../../node_modules/uvu/bin.js tests"
},
"keywords": [],
"files": [
"./lib/bundle.bot.cjs",
"./provider/*",
"./core/*",
"./io/*"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@bot-whatsapp/cli": "*",
"@bot-whatsapp/database": "*",
"@bot-whatsapp/provider": "*",
"kleur": "^4.1.5"
},
"dependencies": {
"dotenv": "^16.0.3"
}
}
"name": "@bot-whatsapp/bot",
"version": "0.1.3-alpha.0",
"description": "core typescript",
"author": "Leifer Mendez <leifer33@gmail.com>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
"license": "ISC",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rimraf dist && rollup --config",
"test": " npx uvu -r tsm ./__tests__ ",
"test:coverage": "npx c8 npm run test",
"test:debug": " npx tsm --inspect-brk ../../node_modules/uvu/bin.js ./_test_ flowClass.test.ts"
},
"files": [
"./dist/"
],
"directories": {
"src": "src",
"test": "__tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codigoencasa/bot-whatsapp.git"
},
"bugs": {
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/follow-redirects": "^1.14.4",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.11.5",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.5",
"rollup-plugin-typescript2": "^0.36.0",
"sinon": "^17.0.1",
"tslib": "^2.6.2",
"tsm": "^2.3.0"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"fluent-ffmpeg": "^2.1.2",
"follow-redirects": "^1.15.5",
"mime-types": "^2.1.35",
"picocolors": "^1.0.0",
"sharp": "^0.33.2"
},
"gitHead": "5b4bbd2c490489f83192af79844090f6c2a38f28"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc