{
  "name": "fc-security",
  "version": "2.5.1",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "clean": "lb-clean dist *.tsbuildinfo .eslintcache",
    "prebuild": "npm run clean",
    "lint": "eslint src --ext .ts",
    "lint:fix": "npm run lint -- --fix"
  },
  "description": "fc security",
  "keywords": [
    "loopback-extension",
    "loopback"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": "16 || 18 || 20 || 22"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "himanshu <himanshu.sharma@flavorcloud.com>",
  "license": "",
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "peerDependencies": {
    "@loopback/core": "^6.1.7"
  },
  "dependencies": {
    "@loopback/rest": "^14.0.10",
    "fc-logger": "^6.0.0",
    "tslib": "^2.6.0"
  },
  "devDependencies": {
    "@loopback/build": "^11.0.9",
    "@loopback/eslint-config": "^13.0.0",
    "@loopback/testlab": "^7.0.9",
    "@types/node": "^16.18.126",
    "eslint": "^8.57.1",
    "source-map-support": "^0.5.21",
    "typescript": "^4.9.5"
  }
}
