forked from edisonneza/jspdf-invoice-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "jspdf-invoice-template",
"version": "1.4.4",
"description": "PDF template created for invoice with optional parameters. Using jsPDF library.",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edisonneza/jspdf-invoice-template.git"
},
"keywords": [
"jspdf-template",
"jspdf",
"invoice",
"pdf",
"pdf-template",
"js-pdf-template",
"ts-pdf-template"
],
"author": "Edison Neza <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/edisonneza/jspdf-invoice-template/issues"
},
"homepage": "https://github.com/edisonneza/jspdf-invoice-template#readme",
"dependencies": {
"jspdf": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"babel-loader": "^8.2.2",
"typescript": "^4.1.5",
"webpack": "^5.21.2",
"webpack-cli": "^4.9.1"
}
}