Files
request-bot/package.json

29 lines
670 B
JSON

{
"name": "requestbot",
"version": "0.1.0",
"description": "",
"main": "/src/index.ts",
"scripts": {
"start": "node index.js",
"watch": "npx nodemon ./src/index.ts",
"build": "npx tsc ./src/index.ts --outDir ./build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/imapflow": "^1.0.18",
"@types/mailparser": "^3.4.4",
"dotenv": "^16.4.5",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"chalk": "^4.1.2",
"imapflow": "^1.0.162",
"mailparser": "^3.7.1",
"telegraf": "^4.16.3"
}
}