Files
nothoughts/node_modules/shadow-cljs-jar/package.json
2025-08-04 18:57:35 +02:00

23 lines
514 B
JSON
Executable File

{
"name": "shadow-cljs-jar",
"version": "1.3.4",
"description": "shadow-cljs dependency resolver/downloader",
"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"
],
"scripts":{
"prepublish":"lein uberjar"
}
}