{
  "name": "@not-govuk/create-internal",
  "version": "0.16.3",
  "description": "A project and prototype initialiser.",
  "main": "plopfile.js",
  "type": "module",
  "bin": "bin/create.mjs",
  "files": [
    "/bin",
    "/dist",
    "/plopfile.js",
    "/skel"
  ],
  "author": "Daniel A.C. Martin <npm@daniel-martin.co.uk> (http://daniel-martin.co.uk/)",
  "license": "MIT",
  "engines": {
    "node": ">=12.0.0"
  },
  "dependencies": {
    "@not-govuk/plop-pack-internal": "^0.16.3",
    "shelljs": "^0.10.0"
  },
  "devDependencies": {
    "plop": "4.0.1"
  },
  "scripts": {
    "build": "make",
    "clean": "make clean"
  }
}