-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 957 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
32
33
34
35
36
37
38
39
{
"name": "termina",
"version": "0.1.19",
"description": "Start process from a Webpage",
"main": "./server.mjs",
"bin": {
"termina": "./server.mjs"
},
"scripts": {
"watch-server": "cr js",
"compile-server": "cr -1 js",
"compile-page": "cr --entry page --emit-path out-page -1 js",
"release-page": "vite build --base=./",
"watch-page": "cr --entry page --emit-path out-page/ js"
},
"repository": {
"type": "git",
"url": "[email protected]:Termina/termina.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.9.6",
"chalk": "^5.3.0",
"dayjs": "^1.11.11",
"latest-version": "^9.0.0",
"md5": "^2.3.0",
"nanoid": "^5.0.7",
"randomcolor": "^0.6.2",
"string-argv": "^0.3.2",
"url-parse": "^1.5.10",
"ws": "^8.17.0"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"feather-icons": "^4.29.2",
"vite": "^5.2.13"
}
}