{
  "name": "@rxstack/security",
  "version": "0.8.0",
  "description": "RxStack Security Module",
  "private": false,
  "author": "Nikolay Georgiev <symfonist@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/rxstack/rxstack.git"
  },
  "keywords": [
    "rxstack",
    "security"
  ],
  "engines": {
    "node": ">=12"
  },
  "main": "dist/index",
  "typings": "dist/index",
  "scripts": {
    "prepublishOnly": "npm run compile",
    "compile": "npm run clean && tsc -p .",
    "clean": "rm -rf dist",
    "eslint": "eslint src/**/*.ts",
    "jest": "jest --collect-coverage",
    "test": "npm run eslint && npm run jest "
  },
  "peerDependencies": {
    "@rxstack/core": "^0.8",
    "@rxstack/service-registry": "^0.8",
    "winston": "^3.15.0"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "crypto-js": "^4.2.0",
    "injection-js": "^2.4.0",
    "jsonwebtoken": "^9.0.2",
    "lodash": "^4.17.21",
    "reflect-metadata": "^0.2.2",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "@jest/globals": "^29.7.0",
    "@types/lodash": "^4.17.10",
    "@types/node": "^22.7.4",
    "@typescript-eslint/eslint-plugin": "^8.8.0",
    "@typescript-eslint/parser": "^8.8.0",
    "eslint": "^9.12.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "5.5.4",
    "typescript-eslint": "^8.8.0",
    "winston-transport": "^4.8.0"
  },
  "bugs": {
    "url": "https://github.com/rxstack/rxstack/issues"
  },
  "homepage": "https://github.com/rxstack/rxstack",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
