magical-mailbox/package.json
Sudo Space aa6f2d5ca7 Making the project more readable
The feature of editing text messages and captions is also added in this commit
2024-08-30 19:48:18 +03:30

24 lines
No EOL
469 B
JSON

{
"name": "magical-mailbox",
"version": "0.0.1",
"module": "app.ts",
"type": "module",
"license": "MIT",
"description": "",
"peerDependencies": {
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/bun": "latest"
},
"dependencies": {
"dotenv": "^16.4.5",
"grammy": "^1.29.0",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"scripts": {
"start": "bun run src/app.ts",
"dev": "bun run --watch src/app.ts"
}
}