{
  "name": "coral-reef",
  "version": "1.0.8",
  "description": "A powerfull Next.js setup with so many no conf features",
  "main": "./lib/index.js",
  "bin": {
    "coral": "./lib/index.js"
  },
  "scripts": {
    "start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
    "create": "npm run build && npm run test",
    "build": "tsc -p .",
    "local": "sudo npm i -g && coral",
    "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Somayyah/coral-reef.git"
  },
  "keywords": [
    "template",
    "boilerplate",
    "next.js",
    "minify-css",
    "minify-js",
    "minify-html",
    "typescript"
  ],
  "author": "somayyah",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Somayyah/coral-reef/issues"
  },
  "homepage": "https://github.com/Somayyah/coral-reef#readme",
  "dependencies": {
    "chalk": "^4.1.0",
    "clear": "^0.1.0",
    "figlet": "^1.5.0",
    "inquirer": "^7.3.3",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "@types/node": "^14.14.25",
    "nodemon": "^2.0.7",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.5"
  }
}
