-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.07 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.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
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
71
72
73
74
75
76
77
78
79
80
{
"name": "console-io",
"version": "15.0.4",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Web console",
"bin": {
"console": "bin/console.js"
},
"main": "server/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudcmd/console-io.git"
},
"scripts": {
"start": "madrun start",
"start:dev": "madrun start:dev",
"build-progress": "madrun build-progress",
"build:client": "madrun build:client",
"build:client:dev": "madrun build:client:dev",
"build:start": "madrun build:start",
"build:start:dev": "madrun build:start:dev",
"build": "madrun build",
"wisdom": "madrun wisdom",
"watcher": "madrun watcher",
"watch:lint": "madrun watch:lint",
"watch:client": "madrun watch:client",
"watch:client:dev": "madrun watch:client:dev",
"lint:bin": "madrun lint:bin",
"lint:server": "madrun lint:server",
"lint:client": "madrun lint:client",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"putout": "madrun putout"
},
"keywords": [
"console",
"terminal",
"express"
],
"dependencies": {
"currify": "^4.0.0",
"debug": "^4.0.1",
"express": "^5.2.1",
"rendy": "^5.0.0",
"socket.io": "^4.7.2",
"spawnify": "^8.0.1",
"tildify": "^3.0.0",
"untildify": "^6.0.0",
"wraptile": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^10.0.0",
"clean-css-loader": "^4.2.1",
"css-loader": "^7.1.3",
"es6-promisify": "^7.0.0",
"eslint": "^10.0.0",
"eslint-plugin-putout": "^31.0.0",
"inherits": "^2.0.3",
"load.js": "^3.1.2",
"loader-utils": "^3.2.1",
"madrun": "^13.0.0",
"nodemon": "^3.0.1",
"putout": "^42.0.5",
"skipfirst": "^1.0.1",
"style-loader": "^4.0.0",
"try-to-catch": "^4.0.5",
"webpack": "^5.1.3",
"webpack-cli": "^7.0.2"
},
"engines": {
"node": ">=22"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}