netcore-blueprint
Version:
A custom .NET Core project blueprint
19 lines (18 loc) • 410 B
JSON
{
"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/**"
]
}