{
  "name": "cptmpl",
  "version": "0.1.0",
  "description": "Copy and process a template file",
  "author": "Wes Todd <wes@wesleytodd.com>",
  "bin": {
    "cptmpl": "./bin/cptmpl"
  },
  "keywords": [
    "template",
    "ejs",
    "copy",
    "scaffold",
    "generator"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/wesleytodd/cptmpl.git"
  },
  "scripts": {
    "test": "mocha",
    "lint": "standard",
    "prepublushOnly": "npm run lint && npm run test"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "detect-conflict": "^1.0.1",
    "diff": "^5.1.0",
    "ejs": "^3.1.9",
    "fs-extra": "^11.2.0",
    "inquirer": "^8.2.6",
    "minimist": "^1.2.0",
    "recursive-readdir": "^2.2.2"
  },
  "devDependencies": {
    "mocha": "^10.2.0",
    "standard": "^17.1.0"
  }
}
