-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 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
{
"name": "respo",
"version": "0.13.11",
"description": "Virtual DOM library",
"main": "index.js",
"scripts": {
"deploy": "clj -A:release",
"m2": "clj -A:release install",
"upload": "rsync -r dist/ repo.respo-mvc.org:repo/Respo/respo",
"html": "cp assets/* target/",
"html-dist": "mkdir -p dist/ && cp assets/* dist/",
"watch": "shadow-cljs watch app",
"watch-test": "shadow-cljs watch test",
"compile-test": "shadow-cljs compile test",
"compile": "shadow-cljs compile app",
"release": "shadow-cljs release app",
"del": "rm -fr dist/*",
"build": "yarn del && yarn html-dist && yarn release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Respo/respo.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"bugs": {
"url": "https://github.com/Respo/respo/issues"
},
"homepage": "https://github.com/Respo/respo#readme",
"dependencies": {},
"devDependencies": {
"shadow-cljs": "^2.14.5",
"source-map-support": "^0.5.19",
"ws": "^7.5.10"
}
}