-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.7 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
58
59
60
61
62
{
"name": "paperwhale",
"version": "1.0.0",
"description": "Paper-Whale is a service for image processing. The service is integrated into other software as an API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanwerfling/paperwhale.git"
},
"keywords": [
"ocr",
"processing",
"image",
"pdf",
"wsd",
"paperwhale"
],
"author": "Stefan Werfling",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/stefanwerfling/paperwhale/issues"
},
"homepage": "https://github.com/stefanwerfling/paperwhale#readme",
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.0",
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.37",
"@types/node-gzip": "^1.1.0",
"@types/node-schedule": "^1.3.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"http-proxy-middleware": "^1.1.0",
"npm": "^6.14.16",
"tslint": "^6.1.3",
"typescript": "^4.2.3"
},
"dependencies": {
"body-parser": "^1.19.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"cookie-parser": "^1.4.5",
"delay": "^5.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fast-xml-parser": "^4.0.3",
"got": "^11.8.2",
"minimist": "^1.2.5",
"mysql": "^2.18.1",
"node-schedule": "^2.0.0",
"routing-controllers": "^0.9.0",
"tough-cookie": "^2.3.4",
"typeorm": "^0.2.32"
}
}