forked from addble/node-printer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "@Olaii/node-printer",
"description": "Node API (N-API) supported electron.s || node.js printer bindings",
"homepage": "https://github.com/Olaii/node-printer",
"version": "1.0.0",
"main": "./lib/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@mapbox/node-pre-gyp": "^2.0.0",
"node-addon-api": "^8.2.1"
},
"scripts": {
"install": "node-pre-gyp install",
"rebuild": "node-gyp rebuild",
"prebuild": "node-pre-gyp configure build package"
},
"author": {
"name": "Olaii",
"url": "https://github.com/Olaii/"
},
"repository": {
"type": "git",
"url": "https://github.com/Olaii/node-printer.git"
},
"binary": {
"module_name": "node-printer",
"module_path": "./lib/binding/",
"host": "https://github.com/Olaii/node-printer/releases/download/",
"remote_path": "{version}"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
},
{
"type": "BSD-3-Clause",
"url": "https://opensource.org/licenses/BSD-3-Clause"
}
]
}