{
  "name": "@alfercom/utils",
  "version": "0.4.1",
  "description": "This library collect various classes and functions useful for a wide range of use cases",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alfercom/utils.git"
  },
  "keywords": [],
  "author": "Alfercom",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alfercom/utils/issues"
  },
  "homepage": "https://github.com/alfercom/utils#readme",
  "scripts": {
    "build": "npx tsc",
    "start": "npm run build && node lib/index.js",
    "pub:re": "npm publish --access restricted"
  },
  "files": [
    "lib/**/*"
  ],
  "devDependencies": {
    "@types/bcrypt": "^5.0.2",
    "@types/node": "20.11.26",
    "@types/punycode": "^2.1.4",
    "ts-node": "10.9.2",
    "tsconfig-paths": "4.2.0",
    "typescript": "5.4.2"
  },
  "dependencies": {
    "@alfercom/base-types": "1.0.0",
    "bcrypt": "5.1.1",
    "class-transformer": "0.5.1",
    "crypto-js": "4.2.0",
    "lodash": "4.17.21",
    "moment": "2.30.1",
    "punycode": "2.3.1",
    "winston": "3.12.0"
  }
}