{
  "name": "base-create",
  "version": "3.0.8",
  "description": "Utility for npm init create-* scripts.",
  "main": "index.js",
  "scripts": {
    "test": "rm -rf test && node __tests__/index.test.js test"
  },
  "repository": "AndersDJohnson/base-create",
  "funding": "https://github.com/sponsors/AndersDJohnson",
  "keywords": [],
  "author": "Anders D. Johnson",
  "license": "ISC",
  "files": [
    "index.js",
    "files/**"
  ],
  "dependencies": {
    "chalk": "^4.1.0",
    "mkdirp": "^1.0.4"
  }
}
