UNPKG

shadow-cljs

Version:

ClojureScript compiler and JS bundler

36 lines (35 loc) 795 B
{ "name": "shadow-cljs", "version": "3.1.8", "jar-version": "3.1.8", "description": "ClojureScript compiler and JS bundler", "author": "Thomas Heller", "license": "ISC", "bugs": { "url": "https://github.com/thheller/shadow-cljs/issues" }, "homepage": "https://github.com/thheller/shadow-cljs#readme", "repository": { "type": "git", "url": "git+https://github.com/thheller/shadow-cljs.git" }, "keywords": [ "clojurescript", "cljs" ], "bin": { "shadow-cljs": "./cli/runner.js" }, "engines": { "node": ">=6.0.0" }, "dependencies": { "buffer": "^6.0.3", "process": "^0.11.10", "readline-sync": "^1.4.10", "shadow-cljs-jar": "1.3.4", "source-map-support": "^0.5.21", "which": "^5.0.0", "ws": "^8.18.1" } }