2019-12-14 07:50:19 +00:00
|
|
|
{:source-paths
|
|
|
|
["src/dev"
|
|
|
|
"src/main"
|
|
|
|
"src/test"]
|
|
|
|
:dependencies
|
|
|
|
[[org.clojure/math.combinatorics "0.1.5"]
|
|
|
|
[com.cemerick/url "0.1.1"]
|
|
|
|
[fipp "0.6.22"]
|
|
|
|
[instaparse "1.4.10"]
|
|
|
|
[kitchen-async "0.1.0-SNAPSHOT"]]
|
|
|
|
:builds
|
|
|
|
{:script
|
|
|
|
{:target :node-script
|
2020-05-03 23:18:10 +00:00
|
|
|
:main lemondronor.advisorycircular/main
|
2020-10-12 20:48:13 +00:00
|
|
|
:output-to "out/advisorycircular.js"
|
|
|
|
:compiler-options {:infer-externs false}}
|
2019-12-14 07:50:19 +00:00
|
|
|
:test
|
|
|
|
{:target :node-test
|
|
|
|
:output-to "out/node-tests.js"
|
2020-10-12 20:48:13 +00:00
|
|
|
:compiler-options {:infer-externs false}
|
2019-12-14 07:50:19 +00:00
|
|
|
;;:ns-regexp "-spec$"
|
2020-05-25 22:36:38 +00:00
|
|
|
:autorun true}
|
|
|
|
:edn2json
|
|
|
|
{:target :node-script
|
|
|
|
:main lemondronor.edn2json/main
|
|
|
|
:output-to "out/edn2json.js"}}}
|