-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 954 Bytes
/
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
{
"name": "pdfa3-maker",
"version": "0.0.1",
"description": "Convert your not-so-fancy PDF to an ISO 19005-3 specified PDF/A-3",
"main": "dist/pdfa3-maker.js",
"types": "index.d.ts",
"scripts": {
"build": "node build.js && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flick-network/pdfa3-maker.git"
},
"keywords": [
"pdfa",
"pdfa3",
"convert",
"iso",
"pdfa-3a",
"pdfa-3b"
],
"author": "flick",
"license": "MIT",
"files": [
"dist",
"assets"
],
"bugs": {
"url": "https://github.com/flick-network/pdfa3-maker/issues"
},
"homepage": "https://github.com/flick-network/pdfa3-maker#readme",
"dependencies": {
"pdf-lib": "^1.17.1"
},
"devDependencies": {
"@types/node": "^20.8.5",
"copy-webpack-plugin": "^11.0.0",
"fs-extra": "^11.1.1",
"webpack-cli": "^5.1.4"
}
}