{
  "name": "<%= project_name %>",
  "version": "1.0.0",
  "description": "<%= project_directory %>",
  "scripts": {
    "start": "concurrently \"vite build --watch\" \"node reload-server.js\"",
    "dev": "vite",
    "test": "playwright test",
    "build": "vite build",
    "open": "open http://${PWD##*/}.localhost/",
    "cms": "open http://${PWD##*/}.localhost/app",
    "openrepo": "open https://github.com/rytmdigital/${PWD##*/}",
    "warp": "open -a Warp .",
    "figma": "open figma://file/put_your_file_id_here",
    "serve": "php -S localhost:5000 -t public/",
    "update": "git pull && cd public/tuki && git pull && cd ../../docs && git pull",
    "push": "git add . && git commit -a -m \"$m\" && git push",
    "initmodules": "cd public && git clone git@github.com:rytmdigital/tuki.git && cd .. && git clone git@github.com:rytmdigital/rytm-docs.git docs",
    "composer": "cd public && php composer.phar install",
    "installdb": "cd public/tuki/core/dev/ && php install_db.php",
    "postinstall": "git config core.hooksPath .githooks 2>/dev/null || true"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:rytmdigital/<%= project_directory %>.git"
  },
  "author": {
    "name": "Rytm Digital",
    "email": "rytm@rytm.digital",
    "url": "http://rytm.digital/"
  },
  "license": "UNLICENSED",
  "homepage": "https://github.com/rytmdigital/<%= project_directory %>",
  "devDependencies": {},
  "dependencies": {}
}
