{
  "name": "netcore-blueprint",
  "version": "0.0.99",
  "description": "A custom project blueprint",
  "main": "create.js",
  "bin": {
    "create-app": "./bin/create-app.js",
    "create-module": "./bin/create-module.js",
    "copy-module": "./bin/copy-module.js",
    "create-assistant": "./bin/create-assistant.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "blueprint",
    "starter-template"
  ],
  "author": "",
  "license": "ISC",
  "files": [
    "bin/**",
    "lib/**",
    "Modules/**",
    "BlueprintTemplate/**",
    "README.md"
  ]
}