{
  "name": "bookstore",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "compile:dev": "NODE_ENV=development webpack --mode development --watch",
    "compile:prod": "NODE_ENV=production webpack --mode production",
    "test:watch": "NODE_ENV=testing jest --watch",
    "test": "NODE_ENV=testing jest",
    "lint": "lint-staged",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BrittleHeart/bookstore.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/BrittleHeart/bookstore/issues"
  },
  "homepage": "https://github.com/BrittleHeart/bookstore#readme",
  "devDependencies": {
    "@types/body-parser": "^1.19.2",
    "@types/cors": "^2.8.12",
    "@types/express": "^4.17.13",
    "@types/jest": "^28.1.3",
    "@types/mysql2": "github:types/mysql2",
    "@types/webpack": "^5.28.0",
    "@types/webpack-node-externals": "^2.5.3",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "autoprefixer": "^10.4.7",
    "css-loader": "^6.7.1",
    "eslint": "^8.18.0",
    "eslint-plugin-jest": "^26.5.3",
    "eslint-plugin-prettier": "^4.0.0",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^8.0.1",
    "img-loader": "^4.0.0",
    "jest": "^28.1.1",
    "lint-staged": "^13.0.3",
    "postcss": "^8.4.14",
    "postcss-cli": "^9.1.0",
    "postcss-loader": "^7.0.0",
    "prettier": "^2.7.1",
    "style-loader": "^3.3.1",
    "tailwindcss": "^3.1.4",
    "ts-jest": "^28.0.5",
    "ts-jest-resolver": "^2.0.0",
    "ts-loader": "^9.3.1",
    "ts-node": "^10.8.1",
    "ts-transform-paths": "^2.0.3",
    "typescript": "^4.7.4",
    "vue-loader": "^17.0.0",
    "vue-template-compiler": "^2.6.14",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0",
    "webpack-node-externals": "^3.0.0"
  },
  "lint-staged": {
    "src/*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "bcrypt": "^5.0.1",
    "body-parser": "^1.20.0",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.13.2",
    "cors": "^2.8.5",
    "express": "^4.18.1",
    "helmet": "^5.1.0",
    "inversify": "^6.0.1",
    "inversify-express-utils": "^6.4.3",
    "mysql2": "^2.3.3",
    "reflect-metadata": "^0.1.13",
    "vue": "^3.2.36",
    "vuex": "^4.0.2",
    "winston": "^3.8.0"
  }
}