-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "dynamic-jspdf-receipt",
"version": "1.0.9",
"description": "Customize receipts generator pdf",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"tsc": "tsc --noEmit",
"build": "webpack",
"build:production": "webpack --mode production",
"prepublishOnly": "rm -rf dist & npm run build:production"
},
"author": "Anda",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/PandasProperty/dynamic-jspdf-receipt.git"
},
"keywords": [
"pdf",
"receipe",
"jspdf",
"invoice"
],
"bugs": {
"url": "https://github.com/PandasProperty/dynamic-jspdf-receipt/issues"
},
"homepage": "https://github.com/PandasProperty/dynamic-jspdf-receipt/blob/master/README.md"
}