-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "@peculiar/pdf-doc",
"version": "1.17.0",
"description": "High-level PDF manipulation and generation module for Node.js and browser",
"keywords": [],
"author": "microshine <[email protected]>",
"homepage": "https://github.com/PeculiarVentures/pdf/tree/master/packages/pdf-doc#readme",
"license": "AGPL",
"main": "build/peculiar.pdf.doc.js",
"module": "build/peculiar.pdf.doc.es.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"build",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/pdf.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"clear": "rimraf build/*",
"build": "rollup -c",
"rebuild": "yarn run clear && yarn run build",
"prepack": "npm run rebuild"
},
"bugs": {
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiar/asn1-ocsp": "^2.3.13",
"@peculiar/asn1-rsa": "^2.3.13",
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/asn1-tsp": "^2.3.13",
"@peculiar/asn1-x509": "^2.3.13",
"@peculiar/pdf-copy": "^1.17.0",
"@peculiar/pdf-core": "^1.17.0",
"@peculiar/pdf-font": "^1.17.0",
"@peculiar/x509": "^1.12.3",
"asn1js": "^3.0.5",
"bytestreamjs": "2.0.1",
"fast-png": "^6.2.0",
"pako": "^2.1.0",
"pkijs": "^3.2.4",
"pvtsutils": "^1.3.6",
"pvutils": "^1.1.3",
"tslib": "^2.8.1"
}
}