Socket
Socket
Sign inDemoInstall

@bot-whatsapp/contexts

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bot-whatsapp/contexts - npm Package Compare versions

Comparing version 0.0.84-alpha.0 to 0.1.0-alpha.0

dist/dialogflow-cx/dialogflow-cx.class.d.ts

0

LICENSE.md

@@ -0,0 +0,0 @@ MIT License

67

package.json
{
"name": "@bot-whatsapp/contexts",
"version": "0.0.84-alpha.0",
"description": "",
"main": "./lib/bundle.contexts.cjs",
"files": [
"./lib/"
],
"exports": {
"./mock": "./lib/mock/index.cjs",
"./dialogflow": "./lib/dialogflow/index.cjs",
"./dialogflowcx": "./lib/dialogflow-cx/index.cjs"
},
"dependencies": {
"@bot-whatsapp/bot": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/contexts"
}
}
"name": "@bot-whatsapp/contexts",
"version": "0.1.0-alpha.0",
"description": "contexts 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.ts",
"test:coverage": "npx c8 npm run test",
"test:debug": " npx tsm --inspect-brk ../../node_modules/uvu/bin.js ./__tests__ .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"
},
"dependencies": {
"@bot-whatsapp/bot": "*",
"@google-cloud/dialogflow": "^6.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.11.0",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"proxyquire": "^2.1.3",
"rimraf": "^3.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sinon": "^17.0.1"
},
"gitHead": "cb94c90c05492a02dda63a8f48e661bf2995d4fb"
}
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