c4k-common/shadow-cljs.edn

14 lines
492 B
Clojure
Raw Normal View History

2021-06-18 16:18:46 +02:00
{:source-paths ["src/main/cljc"
"src/main/cljs"
"src/main/resources"
"src/test/cljc"
2021-07-09 16:39:36 +02:00
"src/test/cljs"
2021-06-18 16:18:46 +02:00
"src/test/resources"]
:dependencies [[aero "1.1.6"]
[orchestra "2021.01.01-1"]
2022-12-23 16:35:06 +00:00
[expound "0.9.0"]
2021-09-03 12:59:28 +02:00
[hickory "0.7.1"]]
2021-06-18 16:18:46 +02:00
:builds {:test {:target :node-test
2022-09-02 10:13:52 +02:00
:output-to "target/node-tests.js"
2021-06-18 16:18:46 +02:00
:repl-pprint true}}}