forked from grandchef/node-printer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.71 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.71 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
62
63
64
65
66
67
68
69
70
71
{
"name": "@damonsmith/node-printer",
"description": "Node.js printer bindings",
"version": "0.7.3",
"main": "./lib/printer",
"exports": {
".": "./lib/printer.js",
"./build": "./build.js"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild",
"rebuild": "node-gyp rebuild",
"test": "nodeunit test"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"nan": "^2.17.0",
"prebuild-install": "^7.1.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"eslint": "^8.45.0",
"eslint-config-egg": "^12.2.1",
"husky": "8.0.3",
"lint-staged": "^13.2.3",
"node-abi": "^3.47.0",
"node-gyp": "^9.4.0",
"nodeunit": "*",
"patch-package": "7.0.2",
"prebuild": "^11.0.4",
"prebuild-ci": "^4.0.0"
},
"engines": {
"node": ">= 4.0.0"
},
"binary": {
"module_name": "node_printer",
"module_path": "./lib/binding",
"host": "https://github.com/damonsmith/node-printer/releases/download/",
"remote_path": "v{version}"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/damonsmith/node-printer.git"
},
"keywords": [
"native",
"node",
"printer"
],
"types": "types/index.d.ts",
"author": {
"name": "Ion Lupascu",
"url": "http://program-support.co.uk/",
"email": "ionlupascu@gmail.com"
},
"contributors": [
"Thiago Lugli <thiagoelg@gmail.com>",
"Eko Eryanto <ekoeryanto@gmail.com>",
"Francimar Alves <mazinsw@gmail.com>",
"Damon Smith <damon.default@gmail.com>"
],
"license": "MIT"
}