Spaces:
Sleeping
Sleeping
| { | |
| "name": "shortlink-ocr-app", | |
| "version": "1.0.0", | |
| "description": "ShortLink Manager with OCR Verification", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js", | |
| "dev": "nodemon server.js", | |
| "test": "node test.js" | |
| }, | |
| "keywords": [ | |
| "shortlink", | |
| "ocr", | |
| "verification", | |
| "whatsapp", | |
| "express" | |
| ], | |
| "author": "Your Name", | |
| "license": "MIT", | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "multer": "^1.4.5-lts.1", | |
| "tesseract.js": "^5.0.4" | |
| }, | |
| "devDependencies": { | |
| "nodemon": "^3.0.2" | |
| }, | |
| "engines": { | |
| "node": ">=14.0.0" | |
| } | |
| } |