-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "pdf-split",
"version": "0.0.0",
"description": "",
"scripts": {
"build": "webpack",
"build1": "tsc --outDir ./dist",
"run": "npm run build && node dist/index.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@tsconfig/strictest": "^2.0.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"html-webpack-plugin": "^5.6.0",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"client-zip": "^2.4.4",
"file-saver": "^2.0.5",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^4.0.379",
"ts-loader": "^9.5.1"
},
"type": "module"
}