-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.27 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.27 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
{
"name": "pdf-image",
"version": "2.1.0",
"commitDate": "2025-10-19T20:00:00+02:00",
"description": "Converts uploaded images to PDF, merges 2 PDF files to 1 and converts a PDF to images",
"type": "module",
"keywords": ["tcpdf", "symfony", "pdf", "image", "convert", "merge", "create"],
"author": {
"name": "CodelineRed",
"email": "software@codelinered.net",
"url": "https://www.codelinered.net"
},
"bugs": {
"url": "https://github.com/CodelineRed/pdf-image/issues"
},
"license": "MIT",
"homepage": "https://pi.codelinered.net",
"repository": {
"type": "git",
"url": "git://github.com/CodelineRed/pdf-image.git"
},
"engines": {
"node": ">=18.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^5.3.8"
},
"scripts": {
"docker-build-win": "docker-compose build && docker-compose up -d && start http://localhost:7708",
"docker-build-uinix": "docker-compose build && docker-compose up -d && xdg-open http://localhost:7708",
"docker-website-win": "start http://localhost:7708",
"docker-website-unix": "xdg-open http://localhost:7708",
"postinstall": "node postinstall.js"
}
}