-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "termina",
"version": "0.1.2",
"description": "Start process from a Webpage",
"bin": {
"termina": "dist/server.js"
},
"scripts": {
"watch": "shadow-cljs watch client server",
"build": "shadow-cljs clj-run build.main/build",
"build-local": "shadow-cljs clj-run build.main/build-local",
"page": "shadow-cljs clj-run build.main/page",
"upload": "lumo -c cli/:src/ -m build.upload",
"serve": "http-server dist -s",
"repl": "rlwrap shadow-cljs clj-repl client",
"repl-server": "rlwrap shadow-cljs clj-repl server",
"ln": "cd target && rm -f entry && ln -s ../entry",
"prod": "yarn install --production"
},
"repository": {
"type": "git",
"url": "[email protected]:mvc-works/termina.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"md5": "^2.2.1",
"randomcolor": "^0.5.3",
"shortid": "^2.2.13",
"ws": "^6.1.0"
},
"devDependencies": {
"http-server": "^0.11.1",
"shadow-cljs": "^2.6.10",
"source-map-support": "^0.5.9"
}
}