This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 1.71 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
{
"name": "quark-carlo",
"description": "Turn web apps into lightweight native desktop applications that use chrome as webview, powered by the awesome carlo",
"version": "1.0.39",
"author": "sidevesh",
"bin": {
"quark-carlo": "./bin/run"
},
"bugs": "https://github.com/sidevesh/quark-carlo/issues",
"dependencies": {
"@fiahfy/icns-convert": "0.0.6",
"@oclif/command": "^1.5.18",
"@oclif/config": "^1.13.3",
"@oclif/plugin-help": "^2.2.1",
"create-nodew-exe": "^1.0.5",
"dedent-js": "^1.0.1",
"icojs": "^0.13.1",
"node-fetch": "^2.6.0",
"page-icon": "^0.3.0",
"pkg": "4.3.8",
"png-to-ico": "^2.0.4",
"semver": "^6.3.0",
"sharp": "^0.21.3",
"minipass": "2.7.0",
"shelljs": "^0.8.3",
"tmp": "0.0.33",
"tslib": "^1.10.0",
"windows-shortcuts": "^0.1.6"
},
"devDependencies": {
"@oclif/tslint": "^3.1.1",
"@types/node": "^10.14.15",
"@types/node-fetch": "^2.5.0",
"@types/page-icon": "^0.3.2",
"@types/semver": "^6.0.2",
"@types/sharp": "^0.21.3",
"@types/shelljs": "^0.8.5",
"@types/tmp": "0.0.33",
"ts-node": "^7.0.1",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/sidevesh/quark-carlo",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"bin": "quark-carlo"
},
"files": [
"/app",
"/bin",
"/installation",
"/lib",
"LICENSE",
"README.md"
],
"repository": "sidevesh/quark-carlo",
"scripts": {
"posttest": "tslint -p test -t stylish",
"prepack": "tsc -b",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "lib/index.d.ts"
}