File: /var/www/bots/bot-pqr/node_modules/@builderbot/bot/package.json
{
"name": "@builderbot/bot",
"version": "1.2.5",
"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 "
},
"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.43.0",
"@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/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/follow-redirects": "^1.14.4",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.12.3",
"@types/polka": "^0.5.7",
"@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",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"fluent-ffmpeg": "^2.1.2",
"follow-redirects": "^1.15.6",
"mime-types": "^2.1.35",
"picocolors": "^1.0.0",
"polka": "^0.5.2"
},
"optionalDependencies": {
"sharp": "0.33.3"
},
"gitHead": "e71645abd8dcc4a9bffb29ae0fe862b91ccff616"
}