-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "pdf",
"private": true,
"description": "",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "node --security-revert=CVE-2023-46809 ./node_modules/jest/bin/jest.js",
"coverage": "node --security-revert=CVE-2023-46809 ./node_modules/jest/bin/jest.js --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "lerna run build",
"rebuild": "lerna run rebuild",
"pack": "lerna exec npm pack",
"clear": "lerna run clear",
"upgrade": "yarn upgrade-interactive --latest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/pdf.git"
},
"author": "",
"license": "AGPL",
"bugs": {
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"homepage": "https://github.com/PeculiarVentures/pdf#readme",
"devDependencies": {
"@acme-ra/client": "^0.0.26",
"@eslint/js": "^9.16.0",
"@peculiar/acme-client": "^1.8.2",
"@peculiar/acme-core": "^1.8.2",
"@peculiar/acme-protocol": "^1.8.2",
"@peculiar/webcrypto": "^1.4.3",
"@peculiar/x509": "^1.12.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/pako": "^2.0.0",
"@types/pvutils": "^1.0.0",
"canvas": "^2.11.2",
"eslint": "^9.16.0",
"jest": "^29.7.0",
"lerna": "^8.1.9",
"pdfjs-dist": "^3",
"rollup": "^4.28.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsyringe": "^4.8.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"resolutions": {
"pkijs": "^3.2.3"
}
}