-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 981 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
{
"name": "mindee_node_receipt",
"version": "1.0.0",
"description": "parsing receipts with Mindee and NODE",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"startprod": "babel-node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dougsillars/mindee_node_receipt.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dougsillars/mindee_node_receipt/issues"
},
"homepage": "https://github.com/dougsillars/mindee_node_receipt#readme",
"dependencies": {
"atob": "^2.1.2",
"axios": "^0.24.0",
"babel-core": "^6.26.3",
"babel-node": "0.0.1-security",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"form-data": "^3.0.0",
"formidable": "^1.2.6",
"fs": "0.0.1-security",
"json-schema": ">=0.4.0",
"nodemon": "^2.0.15",
"pug": "^3.0.1",
"request": "^2.88.2"
}
}