@laiyon/create-wasapi
Version:
CLI to create WhatsApp bot projects with Wasapi and BuilderBot
73 lines (72 loc) • 1.73 kB
JSON
{
"name": "@laiyon/create-wasapi",
"version": "2.0.1",
"description": "CLI to create WhatsApp bot projects with Wasapi and BuilderBot",
"type": "module",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build && npm test"
},
"bin": {
"create-wasapi": "./bin/cli.js"
},
"keywords": [
"whatsapp",
"bot",
"cli",
"wasapi",
"builderbot",
"ngrok",
"create",
"generator",
"typescript"
],
"author": "Laiyon",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/juanalvarezPro/create-laiyon"
},
"homepage": "https://github.com/juanalvarezPro/create-laiyon",
"bugs": {
"url": "https://github.com/juanalvarezPro/create-laiyon/issues"
},
"files": [
"dist/",
"bin/",
"starters/apps/base-ts-wasapi-json/",
"starters/apps/base-ts-wasapi-memory/",
"starters/apps/base-ts-wasapi-mysql/",
"README.md"
],
"dependencies": {
"@laiyon/wasapi-sdk": "^0.1.14",
"@types/fs-extra": "^11.0.4",
"@types/qrcode-terminal": "^0.12.2",
"chalk": "^5.5.0",
"commander": "^14.0.0",
"dotenv": "^17.2.1",
"fs-extra": "^11.3.1",
"inquirer": "^12.9.1",
"mongodb": "^6.18.0",
"mysql2": "^3.14.3",
"ngrok": "^5.0.0-beta.2",
"node-fetch": "^3.3.2",
"ora": "^8.2.0",
"pg": "^8.16.3",
"qrcode-terminal": "^0.12.0",
"simple-git": "^3.28.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.2.1",
"@types/pg": "^8.15.5",
"jest": "^30.0.5",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}