-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "spendenr-ai-d",
"private": true,
"version": "1.1.1",
"description": "Orga classification and OCR for donations",
"main": "src/app.js",
"engines": {
"node": ">=17.0.0"
},
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src",
"dev": "npm run lint && npm start"
},
"author": "TheShad0w",
"repository": {
"type": "git",
"url": "git+https://github.com/pr0-dev/Spendenr-AI-d.git"
},
"bugs": {
"url": "https://github.com/pr0-dev/Spendenr-AI-d/issues"
},
"homepage": "https://github.com/pr0-dev/Spendenr-AI-d",
"license": "AGPL-3.0-only",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"eslint": "^9.14.0"
},
"dependencies": {
"body-parser": "^1.20.3",
"core-worker": "^0.3.5",
"cors": "^2.8.5",
"express": "^4.21.1",
"helmet": "^8.0.0",
"node-tesseract-ocr": "^2.2.1",
"uuid": "^11.0.2"
}
}