-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "card-printing-worker",
"version": "1.8.2",
"description": "Printing Worker for Leosac Credential Provisioning solution",
"main": "src/run.js",
"scripts": {
"test": "jest --testTimeout=10000 --forceExit",
"dev": "nodemon src/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leosac/card-printing-worker.git"
},
"keywords": [
"card",
"print",
"printing",
"cr-80",
"leosac"
],
"author": "leosac",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/leosac/card-printing-worker/issues"
},
"homepage": "https://github.com/leosac/card-printing-worker#readme",
"dependencies": {
"@leosac/cardrendering": "^1.9.3",
"@pixi/node": "7.1.3",
"body-parser": "^1.20.2",
"canvas": "^2.11.0",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"generic-pool": "^3.9.0",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"pdfkit": "^0.14.0",
"sanitize-filename": "^1.6.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"typedi": "^0.10.0",
"uuid": "^9.0.0",
"winston": "^3.11.0"
},
"devDependencies": {
"jest": "^29.5.0",
"nodemon": "^2.0.20",
"supertest": "^7.1.4"
},
"bundleDependencies": true,
"files": [
"/src"
],
"packageManager": "yarn@4.9.4"
}