-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.2",
"@supabase/supabase-js": "^2.49.1",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-react-native": "^1.0.0",
"aws-amplify": "^5.3.27",
"aws-amplify-react-native": "^7.0.8",
"expo-camera": "^13.9.0",
"expo-gl": "^13.6.0",
"react-native-url-polyfill": "^2.0.0",
"tesseract.js": "^6.0.0"
},
"name": "receipt_tracker",
"version": "1.0.0",
"description": "This project provides a complete solution for extracting text from receipt images using a custom model approach. It includes:",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VedJoshi/receipt_tracker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VedJoshi/receipt_tracker/issues"
},
"homepage": "https://github.com/VedJoshi/receipt_tracker#readme"
}