-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.85 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.85 KB
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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@chieforz/pdf-generator",
"version": "1.7.0",
"repository": "git@github.com:ChiefORZ/pdf-generator.git",
"license": "MIT",
"author": "ChiefORZ <seb.schaffernak@gmail.com>",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"bin": "dist/bin/pdf-generator.js",
"scripts": {
"build": "tsc",
"dev": "node --import tsx --watch ./bin/pdf-generator",
"lint": "ultracite fix",
"lint:check": "ultracite check",
"release": "release-it",
"test:knip": "knip",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"debug": "^4.4.3",
"express": "^5.2.1",
"fast-glob": "^3.3.3",
"lefthook": "^2.1.6",
"locate-chrome": "^0.1.1",
"pdf-lib": "^1.17.1",
"puppeteer-chromium-resolver": "^24.0.3",
"puppeteer-core": "^24.41.0",
"puppeteer-report": "^3.2.0",
"typescript": "^5.9.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@release-it/conventional-changelog": "^10.0.6",
"@types/conventional-changelog": "^6.0.1",
"@types/debug": "^4.1.13",
"@types/express": "^5.0.6",
"@types/node": "^24.12.2",
"@types/semver": "^7.7.1",
"@types/yargs": "^17.0.35",
"conventional-changelog": "^7.2.0",
"conventional-changelog-conventionalcommits": "^9.3.1",
"knip": "^5.88.1",
"release-it": "^19.2.4",
"semver": "^7.7.4",
"tsx": "^4.21.0",
"turbo": "^2.9.6",
"ultracite": "^6.5.1"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
"engines": {
"node": "^23.9.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}