-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 912 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
{
"name": "quamolit",
"version": "0.1.0",
"description": "FIXME: description",
"main": "index.js",
"directories": {},
"scripts": {
"deploy": "clj -A:release",
"m2": "clj -A:release install",
"tiye": "rsync -r dist/ tiye.me:repo/Quamolit/quamolit",
"html": "cp assets/* target/",
"html-dist": "cp assets/* dist/",
"watch": "shadow-cljs watch app",
"release": "shadow-cljs release app",
"serve": "http-server target/ -s -c-1",
"build": "yarn html-dist && yarn release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Quamolit/quamolit.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"bugs": {
"url": "https://github.com/Quamolit/quamolit/issues"
},
"homepage": "https://github.com/Quamolit/quamolit#readme",
"dependencies": {},
"devDependencies": {
"http-server": "^0.12.1",
"shadow-cljs": "^2.8.91"
}
}