-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "serveur-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx nodemon",
"test": "jest --coverage"
},
"keywords": [],
"author": "jackFurieux",
"license": "ISC",
"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.6.3",
"@types/express": "^4.17.1",
"@types/fs-extra": "^11.0.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/uuid": "^9.0.5",
"jest": "^29.6.3",
"nodemon": "^3.0.1",
"typescript": "^5.1.6"
},
"opencv4nodejs": {
"disableAutoBuild": 1,
"opencvIncludeDir": "/opt/homebrew/Cellar/opencv/4.8.0_3/include/opencv4",
"opencvLibDir": "/opt/homebrew/Cellar/opencv/4.8.0_3/lib",
"opencvBinDir": "/opt/homebrew/Cellar/opencv/4.8.0_3/bin"
},
"dependencies": {
"@types/fluent-ffmpeg": "^2.1.21",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/node-fetch": "^2.6.4",
"@types/supertest": "^2.0.12",
"canvas": "^2.11.2",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.1.1",
"i": "^0.3.7",
"jsonwebtoken": "^9.0.1",
"node-fetch": "^3.3.2",
"npm": "^9.8.1",
"opencv4nodejs": "^5.6.0",
"path": "^0.12.7",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"sharp": "^0.32.5",
"supertest": "^6.3.3",
"tesseract.js": "^4.1.2",
"ts-jest": "^29.1.1",
"typeorm": "^0.3.17",
"uuid": "^9.0.1",
"winston": "^3.10.0"
}
}