{
  "name": "<%= projectNameSlug %>",
  "version": "1.0.0-pre",
  "description": "A project generated from aunty's <%= projectType %> project template.",
  "license": "MIT",
  "private": true,
  "contributors": [
    "<%= authorName %> <<%= authorEmail %>>"
  ],
  "aunty": {
    "type": "<%= projectType %>"
  },
  "scripts": {
    "start": "aunty serve",
    "dev": "aunty serve",
    "test": "aunty test"
  }
}
