{
  "name": "bootstrap-rytmcms",
  "version": "2.4.2",
  "description": "bootstrap a RTM CMS project",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "start": "node index.js",
    "build": "pkg index.js -t node14 -o ./bin/bootstrap-rytmcms",
    "update": "git pull",
    "push": "git add . && git commit -a -m \"$m\" && git push",
    "warp": "open -a Warp ."
  },
  "author": {
    "name": "Rytm Digital",
    "email": "rytm@rytm.org",
    "url": "http://rytm.org/"
  },
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://github.com/rytmdigital/bootstrap-rytmcms.git"
  },
  "dependencies": {
    "prompt": "^1.3.0"
  }
}
