-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
38
{
"name": "respo-router",
"version": "0.1.0",
"description": "FIXME: description",
"main": "index.js",
"scripts": {
"deploy": "clj -A:release",
"m2": "clj -A:release install",
"tiye": "rsync -r dist/ tiye.me:repo/Respo/router",
"html": "cp assets/* target/",
"html-dist": "cp assets/* dist/",
"watch": "shadow-cljs watch app",
"compile-test": "shadow-cljs compile test",
"watch-test": "shadow-cljs watch test",
"compile": "shadow-cljs compile app",
"release": "shadow-cljs release app",
"del": "rm -rf dist/*",
"dev": "yarn html && yarn serve",
"build": "yarn del && yarn html-dist && yarn release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Respo/respo-router.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"bugs": {
"url": "https://github.com/Respo/respo-router/issues"
},
"homepage": "https://github.com/Respo/respo-router#readme",
"dependencies": {},
"devDependencies": {
"http-server": "^0.11.1",
"shadow-cljs": "^2.8.52",
"source-map-support": "^0.5.13",
"ws": "^7.5.10"
}
}