-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
46
47
48
49
50
{
"name": "freedomfile",
"version": "1.0.0-beta.0",
"description": "Freedom to use PDF, DOC and other document processing",
"repository": {
"type": "git",
"url": "https://github.com/eddieyg/freedomfile.git"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"commit": "git add . & npx cz",
"build": "tsup",
"test": "vitest run",
"test:w": "vitest watch",
"coverage": "vitest run --coverage",
"publish:pre": "pnpm test & pnpm build"
},
"dependencies": {
"fs-extra": "^10.1.0",
"pdf-lib": "^1.17.1",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/node": "^18.6.3",
"commitizen": "^4.2.5",
"cz-emoji-conventional": "^1.0.1",
"tsup": "^6.2.1",
"vitest": "^0.19.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-emoji-conventional"
}
},
"keywords": [
"image transfer pdf",
"pdf typeset",
"pdf a4 transfer a3",
"document",
"pdf排版",
"pdf小册子排版处理",
"pdf A3",
"小册子"
],
"author": "eddieyg",
"email": "[email protected]",
"license": "MIT"
}