{
  "name": "scafflater",
  "description": "Scafflater - Scaffold using templates",
  "version": "0.0.97",
  "main": "./index.js",
  "scripts": {
    "test": "jest",
    "types": "tsc --declaration --allowJs --emitDeclarationOnly --outDir types",
    "prepack": "npm shrinkwrap"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chicoribas/scafflater.git"
  },
  "keywords": [
    "scaffold",
    "templaters",
    "templates"
  ],
  "author": "Chico Ribas (chicoribas)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chicoribas/scafflater/issues"
  },
  "homepage": "https://github.com/chicoribas/scafflater#readme",
  "types": "./types/index.d.ts",
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "chalk": "4.1.1",
    "change-case": "4.1.2",
    "deepmerge": "4.2.2",
    "directory-tree": "3.0.0",
    "fs-extra": "10.0.0",
    "glob": "7.1.7",
    "handlebars": "4.7.7",
    "ignore": "4.0.6",
    "isbinaryfile": "4.0.8",
    "isomorphic-git": "1.8.3",
    "js-yaml": "4.1.0",
    "lower-case": "2.0.2",
    "lower-case-first": "2.0.2",
    "minimatch": "3.0.4",
    "prettier": "2.5.1",
    "@prettier/plugin-xml": "1.2.0",
    "strip-json-comments": "3.1.1",
    "title-case": "3.0.3",
    "typescript": "4.3.5",
    "upper-case": "2.0.2",
    "upper-case-first": "2.0.2",
    "version-sort": "0.1.1",
    "winston": "3.3.3"
  },
  "devDependencies": {
    "@types/fs-extra": "9.0.12",
    "mock-fs": "5.0.0"
  }
}
