-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
50 lines (50 loc) · 1.59 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": "prince",
"homepage": "https://github.com/rse/node-prince",
"description": "Node API for executing XML/HTML to PDF renderer PrinceXML via prince(1) CLI",
"version": "1.11.6",
"license": "MIT",
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "[email protected]",
"url": "http://engelschall.com"
},
"keywords": [
"Prince", "PrinceXML", "CLI", "XML", "HTML", "PDF", "renderer", "API"
],
"repository": {
"type": "git",
"url": "git://github.com/rse/node-prince.git"
},
"bugs": {
"url": "https://github.com/rse/node-prince"
},
"main": "./prince-api.js",
"devDependencies": {
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "25.0.0"
},
"dependencies" : {
"axios": "1.7.4",
"promise": "8.3.0",
"lodash": "4.17.21",
"progress": "2.0.3",
"which": "4.0.0",
"chalk": "4.1.2",
"tar": "7.4.3",
"node-stream-zip": "1.15.0",
"rimraf": "6.0.1",
"mkdirp": "3.0.1"
},
"upd": [ "!chalk" ],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"install": "node ./prince-npm.js install",
"uninstall": "node ./prince-npm.js uninstall",
"test": "node ./test.js"
}
}