-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "cloudcmd-electron",
"productName": "cloudcmd",
"version": "18.4.1",
"private": true,
"changelog": false,
"release": false,
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "Desktop version of Cloud Commander",
"homepage": "http://cloudcmd.io",
"repository": {
"type": "git",
"url": "git://github.com/cloudcmd/electron.git"
},
"dependencies": {
"cloudcmd": "*",
"express": "^4.17.1",
"gritty": "^6.0.0",
"socket.io": "^3.0.4",
"try-to-catch": "^3.0.0"
},
"main": "lib/main.js",
"scripts": {
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"pack:windows": "madrun pack:windows",
"mv:windows": "madrun mv:windows",
"ci:mv:windows": "madrun ci:mv:windows",
"zip:windows": "madrun zip:windows",
"ci:zip:windows": "madrun ci:zip:windows",
"rm:windows": "madrun rm:windows",
"rm:modules": "madrun rm:modules",
"install:all": "madrun install:all",
"upload:windows": "madrun upload:windows",
"ci:upload:windows": "madrun ci:upload:windows",
"dist": "madrun dist",
"ci:dist": "madrun ci:dist",
"wisdom:done:old": "madrun wisdom:done:old",
"wisdom:done": "madrun wisdom:done"
},
"devDependencies": {
"electron": "^11.1.1",
"electron-packager": "^15.2.0",
"eslint": "^7.16.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^6.11.1",
"madrun": "^8.2.0",
"onezip": "^4.0.2",
"putasset": "^5.0.0",
"putout": "^12.12.0",
"rimraf": "^3.0.0"
},
"engines": {
"node": ">=8.3.0"
},
"publishConfig": {
"access": "restricted"
}
}