UNPKG

@laiyon/create-wasapi

Version:

CLI to create WhatsApp bot projects with Wasapi and BuilderBot

34 lines (33 loc) 816 B
{ "name": "base-wasapi-memory", "version": "1.0.2", "description": "", "main": "dist/app.js", "type": "module", "scripts": { "start": "node ./dist/app.js", "lint": "eslint . --no-ignore", "dev": "nodemon ./src/app.ts", "build": "npx rollup -c" }, "keywords": [], "dependencies": { "@builderbot/bot": "1.2.9", "@laiyon/wasapi-provider": "^0.1.5", "dotenv": "^17.2.1" }, "devDependencies": { "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.52.0", "eslint-plugin-builderbot": "latest", "nodemon": "^3.1.0", "rollup": "^4.10.0", "rollup-plugin-typescript2": "^0.36.0", "tsx": "^4.7.1", "typescript": "^5.4.3" }, "author": "", "license": "ISC" }