This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.53 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
{
"name": "qr-image-bin",
"version": "0.0.9",
"description": "Command-line for qr-image",
"author": "Hoàng Văn Khải <[email protected]>",
"main": "index.js",
"bin": {
"qr-image": "bin/qr-image-bin.js",
"create-qr-image": "bin/qr-image-bin.js",
"qr-image-bin": "bin/qr-image-bin.js"
},
"preferGlobal": true,
"dependencies": {
"fs-extra": "^5.0.0",
"get-stdin": "^5.0.1",
"number-enum": "^2.1.1",
"qr-image": "^3.2.0",
"yargs": "^12.0.2"
},
"devDependencies": {
"source-map-support": "^0.5.0",
"livescript": "^1.5.0",
"standard": "^10.0.3",
"uglify-js": "^3.3.7"
},
"engines": {
"node": ">= 8.9.0"
},
"scripts": {
"sh": "sh",
"bash": "bash",
"zsh": "zsh",
"command-prompt": "cmd",
"exec": "bash -c",
"exec:win32": "cmd /c",
"remake-package-json": "node sh/remake-package-json",
"clean": "bash 'sh/clean.sh'",
"fix": "bash 'sh/fix.sh'",
"build": "bash 'sh/build.sh'",
"test": "bash 'sh/test.sh'",
"prepublish": "bash 'sh/prepublish.sh'",
"execute": "bash 'sh/execute.sh'",
"direct-execute": "lsc lib/qr-image-bin.ls"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksxnodeapps/qr-image-bin.git"
},
"keywords": [
"cli",
"qr",
"image",
"qr-image",
"bin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ksxnodeapps/qr-image-bin/issues"
},
"homepage": "https://github.com/ksxnodeapps/qr-image-bin#readme"
}