{
  "name": "netcore-blueprint",
  "version": "1.0.25",
  "description": "A custom .NET Core project blueprint",
  "main": "create.js",
  "bin": {
    "netcore-blueprint": "./create.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["dotnet", "blueprint", "starter-template"],
  "author": "",
  "license": "ISC",
  "files": [
    "BlueprintTemplate/**"
  ]
}
