29 lines
572 B
JSON
29 lines
572 B
JSON
{
|
|
"name": "pic-upper",
|
|
"version": "1.0.0",
|
|
"description": "Picture upload service for webcam time-lapse capture",
|
|
"type": "module",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [
|
|
"webcam",
|
|
"timelapse",
|
|
"upload",
|
|
"api"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.5.0",
|
|
"express": "^4.21.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"ocrad.js": "^0.0.1",
|
|
"openai": "^6.15.0",
|
|
"sharp": "^0.34.5",
|
|
"tesseract.js": "^7.0.0",
|
|
"uuid": "^10.0.0",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|