{
  "name": "@frasermcc/sprout",
  "version": "1.0.5",
  "description": "Instantly build a Nextjs website and deploy with minimal effort.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "@frasermcc/sprout": "node index.js",
    "sprout": "node index.js"
  },
  "keywords": [
    "next",
    "nextjs",
    "react",
    "tailwind",
    "tailwindcss",
    "firebase",
    "firestore",
    "graphql",
    "apollo",
    "storybook"
  ],
  "author": "Fraser McCallum",
  "license": "MIT",
  "dependencies": {
    "colors": "^1.4.0",
    "prompts": "^2.4.1"
  },
  "devDependencies": {
    "@types/colors": "^1.2.1",
    "@types/node": "^15.0.2",
    "@types/prompts": "^2.0.11"
  },
  "bin": {
    "sprout": "./index.js"
  }
}
