forked from thiagoelg/node-printer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.72 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@alexssmusica/node-printer",
"description": "Node.js printer bindings",
"version": "0.6.6",
"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.9",
"nan": "^2.15.0",
"prebuild-install": "^7.0.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"eslint": "^7.11.0",
"eslint-config-egg": "^8.1.2",
"husky": "^4.3.0",
"lint-staged": "^10.4.2",
"node-abi": "^3.43.0",
"nodeunit": "*",
"patch-package": "^6.4.7",
"prebuild": "^11.0.4",
"prebuild-ci": "^4.0.0"
},
"overrides": {
"node-gyp": "9.3.1"
},
"engines": {
"node": ">= 4.0.0"
},
"binary": {
"module_name": "node_printer",
"module_path": "./lib/",
"host": "https://github.com/Alexssmusica/node-printer/releases/download/",
"remote_path": "v{version}"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/Alexssmusica/node-printer.git"
},
"keywords": [
"native",
"node",
"printer"
],
"types": "types/index.d.ts",
"author": {
"name": "Ion Lupascu",
"url": "http://program-support.co.uk/",
"email": "[email protected]"
},
"contributors": [
"Thiago Lugli <[email protected]>",
"Eko Eryanto <[email protected]>",
"Francimar Alves <[email protected]>",
"Damon Smith <[email protected]>"
],
"license": "MIT"
}