-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 879 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
{
"name": "@flancer64/spa-remote-console",
"version": "0.3.0",
"type": "module",
"description": "Web application to redirect incoming log messages to Web UI.",
"homepage": "https://github.com/flancer64/spa-remote-console/",
"bugs": {
"url": "https://github.com/flancer64/spa-remote-console/issues",
"email": "alex@flancer32.com"
},
"license": "Apache-2.0",
"author": {
"name": "Alex Gusev",
"email": "alex@flancer64.com",
"url": "https://github.com/flancer64"
},
"repository": "github:flancer64/spa-remote-console",
"scripts": {
"help": "node ./bin/tequila.mjs -h",
"start": "node ./bin/tequila.mjs web-server-start -1 -w",
"stop": "node ./bin/tequila.mjs web-server-stop"
},
"dependencies": {
"@teqfw/web": ">=0.11.0",
"archiver": "latest",
"unzipit": "latest"
},
"engines": {
"node": ">=17"
}
}