File size: 558 Bytes
771af3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "wordgridsolver",
  "version": "2.0.0",
  "description": "Telegram bot (GramJS MTProto) to solve 8x8 and 10x10 word grid puzzles",
  "main": "bot.js",
  "scripts": {
    "start": "node bot.js",
    "test": "node -e \"const {solve}=require('./solver'); console.log('Solver OK');\""
  },
  "dependencies": {
    "axios": "^1.6.0",
    "check-word": "^1.1.0",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "sharp": "^0.34.5",
    "telegram": "^2.26.0",
    "tesseract.js": "^5.0.0",
    "input": "^1.0.1",
    "big-integer": "^1.6.52"
  }
}