-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 828 Bytes
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
{
"dependencies": {
"@google-cloud/translate": "^8.0.2",
"docx": "^8.5.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"pdfjs-dist": "^4.0.379"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.1",
"@types/express": "^4.17.21",
"@types/express-fileupload": "^1.4.4",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.4",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"scripts": {
"lint": "npx eslint .",
"lint-fix": "npx eslint --fix .",
"prepare": "husky install",
"test": "jest --coverage --colors --maxWorkers=1`"
},
"type": "module"
}