UNPKG

nestwhats

Version:

A whatsapp-web.js wrapper for NestJS to create WhatsApp bots

80 lines (79 loc) 1.91 kB
{ "name": "nestwhats", "description": "A whatsapp-web.js wrapper for NestJS to create WhatsApp bots", "version": "1.0.3", "author": { "name": "Miguel Alexandre Uhlein", "email": "nedcloar1@hotmail.com" }, "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/NedcloarBR/NestWhats.git" }, "bugs": { "url": "https://github.com/NedcloarBR/NestWhats/issues" }, "engines": { "node": ">=20" }, "packageManager": "yarn@4.6.0", "directories": { "lib": "src", "test": "test" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "nest", "nestjs", "nestjs-module", "whastapp", "whatsapp-web-js", "whatsapp bot", "bot", "bot api", "bot framework" ], "scripts": { "build": "rimraf dist && tsc -p tsconfig.build.json", "changelog": "git cliff --prepend ./CHANGELOG.md -l --current -c ./cliff.toml -r .", "publish:npm": "yarn build && release-it", "format": "yarn biome format --write ./", "lint": "yarn biome lint ./", "check": "yarn biome check --write ./", "prepare": "husky" }, "dependencies": { "path-to-regexp": "8.2.0", "qrcode": "^1.5.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@commitlint/cli": "19.6.1", "@commitlint/config-angular": "19.7.0", "@nedcloarbr/biome-config": "^1.7.1", "@nestjs/common": "11.0.7", "@nestjs/core": "11.0.7", "@types/node": "22.13.0", "@types/qrcode": "^1.5.5", "globals": "^15.14.0", "husky": "^9.1.7", "lint-staged": "15.4.3", "prettier": "3.4.2", "reflect-metadata": "0.2.2", "release-it": "18.1.2", "rimraf": "6.0.1", "rxjs": "7.8.1", "ts-node": "10.9.2", "typescript": "5.7.3", "whatsapp-web.js": "^1.26.0" }, "peerDependencies": { "@nestjs/common": "^10.2.0 || ^11.0.0", "@nestjs/core": "^10.2.0 || ^11.0.0", "reflect-metadata": "^0.2.1", "rxjs": "^7.2.0", "whatsapp-web.js": "^1.26.0" } }