-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 886 Bytes
/
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
{
"name": "invogen",
"version": "1.0.0",
"description": "InvoGen is an open-source tool that generates professional PDF quotes with customizable templates and multilingual support. Perfect for freelancers and businesses, easily create quotes in multiple languages and export them in stylish PDF formats.",
"main": "src/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YuketsuSh/InvoGen.git"
},
"author": "Yuketsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/YuketsuSh/InvoGen/issues"
},
"homepage": "https://github.com/YuketsuSh/InvoGen#readme",
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"fontkit": "^2.0.4",
"fs": "^0.0.1-security",
"pdf-lib": "^1.17.1",
"readline-sync": "^1.4.10",
"uuid": "^10.0.0"
}
}