{
  "private": true,
  "repository": "",
  "license": "MIT",
  "author": "",
  "scripts": {},
  "packageManager": "<%= pnpm ? 'pnpm@10.0.0' : 'npm@11.0.0' %>",
  "devDependencies": {<% if (typescript) { %>
    "@glint/core": "^1.2.1",<% } %>
    "concurrently": "^9.1.2",
    "prettier": "^3.0.3",
    "prettier-plugin-ember-template-tag": "^2.0.2"
  },
  "workspaces": [
    "<%= addonInfo.location %>",
    "<%= testAppInfo.location %>"
  ]
}
