{
  "name": "cli-tool-test",
  "description": "Bootstrap a ClojureScript frontend app that uses Reagent for the user interface and Shadow-CLJS as its build tool / compiler.",
  "keywords": [
    "ClojureScript",
    "CLJS",
    "Reagent",
    "React",
    "Shadow-CLJS",
    "SPA",
    "Frontend",
    "Webapp"
  ],
  "license": "MIT",
  "homepage": "https://github.com/AutoScreencast/create-reagent-app#readme",
  "version": "0.0.24",
  "private": false,
  "bin": {
    "cli-tool-test": "bin/index.js"
  },
  "scripts": {
    "execute": "node bin/index.js my-app --re-frame",
    "start": "shadow-cljs watch script",
    "build": "shadow-cljs release script",
    "report": "shadow-cljs run shadow.cljs.build-report script report.html",
    "debug-build": "shadow-cljs release script --debug",
    "dev-build": "shadow-cljs compile script",
    "repl": "shadow-cljs cljs-repl script",
    "node-repl": "shadow-cljs node-repl",
    "clojure-repl": "shadow-cljs clj-repl",
    "clean": "rimraf public/js",
    "nuke": "rimraf public/js .shadow-cljs node_modules yarn.lock package-lock.json"
  },
  "dependencies": {
    "fs-extra": "^9.0.1",
    "rimraf": "^3.0.2",
    "shadow-cljs": "2.11.7",
    "source-map-support": "^0.5.19"
  }
}
