{
  "name": "@amplication/plugin-auth-jwt",
  "version": "1.4.15",
  "description": "set jwt as provider for Amplication build",
  "main": "dist/index.js",
  "nx": {},
  "scripts": {
    "dev": "webpack --watch",
    "build": "webpack",
    "prebuild": "rimraf dist"
  },
  "author": "barshimi",
  "license": "ISC",
  "dependencies": {
    "@amplication/code-gen-types": "^2.0.23",
    "@amplication/code-gen-utils": "^0.0.9",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/parser": "^7.23.3",
    "@babel/types": "^7.23.3",
    "@types/jest": "^29.5.8",
    "@types/lodash": "^4.14.201",
    "@types/normalize-path": "^3.0.2",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
    "copy-webpack-plugin": "^12.0.2",
    "eslint": "^8.53.0",
    "jest-mock-extended": "^3.0.5",
    "prettier": "^2.6.2",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.1",
    "typescript": "^5.2.2",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  }
}
