forked from squint-cljs/squint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
20 lines (20 loc) · 891 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{:paths ["src" "resources" "compiler-common"]
:deps {borkdude/edamame {:mvn/version "1.0.0"}
babashka/process {:mvn/version "0.1.7"}
org.babashka/cli {:mvn/version "0.4.37"}
org.babashka/sci {:mvn/version "0.6.37"}}
:aliases
{:dev {}
:cljs {:extra-paths ["test"]
:extra-deps {thheller/shadow-cljs {:mvn/version "2.20.15"}}}
:test ;; added by neil
{:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "b3fd0d2"}
babashka/fs {:mvn/version "0.1.6"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:nextjournal/clerk {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.10.562"}}
:exec-fn nextjournal.clerk/build-static-app!
:exec-args {:paths ["test/squint/clerk.clj"]}}}
}