{
  "name": "my-booknook-app",
  "description": "Build scripts for Heroku",
  "engines": {
    "node": "16.x"
  },
  "scripts": {
    "build": "npm install --prefix client && npm run build --prefix client",
    "clean": "rm -rf public",
    "deploy": "cp -a client/build/. public/",
    "heroku-postbuild": "npm run clean && npm run build && npm run deploy"
  },
  "dependencies": {
    "bootstrap": "^5.2.3",
    "react-bootstrap": "^2.6.0"
  },
  "version": "2.0.0",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amber-martinez/my-booknook.git"
  },
  "keywords": [],
  "author": "Amber Martinez",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/amber-martinez/my-booknook/issues"
  },
  "homepage": "https://github.com/amber-martinez/my-booknook#readme"
}
