-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1002 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
43
44
45
{
"name": "cocoa-printer-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"start": "node index.js",
"test": "exit 0",
"pkg": "pkg package.json --out-path dists/ --targets host",
"copy-dep-node": "node copy-dep-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hoto-Cocoa/Cocoa-Printer-Server.git"
},
"keywords": [
"printer",
"pdf",
"forward",
"usb",
"ip"
],
"author": "Hoto Cocoa <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Hoto-Cocoa/Cocoa-Printer-Server/issues"
},
"homepage": "https://github.com/Hoto-Cocoa/Cocoa-Printer-Server#readme",
"dependencies": {
"ghostscript4js": "^3.2.1",
"sequelize": "^5.22.4",
"sqlite3": "^4.2.0",
"winston": "^3.3.3"
},
"devDependencies": {
"pkg": "^4.5.1"
},
"pkg": {
"scripts": [
"routes/*.js",
"api/*.js"
]
}
}