{
  "name": "arac-authorize",
  "description": "",
  "main": "build/index.js",
  "scripts": {
    "dev": "ts-node-dev --respawn ./lib/index.ts",
    "build": "tsc",
    "format": "prettier --write \"lib/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepublish": "npm run build"
  },
  "author": "arachnomesh technologies pvt. ltd.",
  "license": "MIT",
  "types": "build/index.d.ts",
  "files": [
    "build/**/*"
  ],
  "prepare": "npm run build",
  "version": "0.0.40",
  "postversion": "git push && git push --tags",
  "dependencies": {
    "@arachnomesh/user-management": "^0.0.24",
    "jsonwebtoken": "^9.0.1",
    "notification-services": "^1.1.1",
    "otp-generator": "^4.0.0",
    "redis": "^4.2.0",
    "uid-safe": "^2.1.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arachnomesh/arac-authorize.git"
  },
  "bugs": {
    "url": "https://github.com/arachnomesh/arac-authorize/issues"
  },
  "homepage": "https://github.com/arachnomesh/arac-authorize/tree/main#readme",
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.2",
    "@types/node": "^18.7.6",
    "@types/otp-generator": "^4.0.0",
    "@types/uid-safe": "^2.1.2",
    "prettier": "^2.7.1",
    "ts-node-dev": "^2.0.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.4"
  }
}
