{
  "name": "larvituser",
  "version": "1.0.28",
  "author": {
    "name": "Mikael 'Lilleman' Göransson",
    "email": "lilleman@larvit.se",
    "url": "http://github.com/larvit/larvituser"
  },
  "contributors": [],
  "dependencies": {
    "bcryptjs": "3.0.3",
    "larvitdbmigration": "7.0.219",
    "larvitutils": "5.1.208",
    "luxon": "3.7.2",
    "uuid": "11.1.0"
  },
  "description": "User module for node.js",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "1.0.2",
    "@types/bcryptjs": "3.0.0",
    "@types/luxon": "3.7.5",
    "@types/mocha": "10.0.10",
    "@types/node": "24.13.4",
    "@types/uuid": "11.0.0",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "eslint": "8.57.1",
    "freeport": "1.0.5",
    "larvitdb": "3.2.156",
    "mocha": "11.8.0",
    "mocha-eslint": "7.0.0",
    "nyc": "18.0.0",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "scripts": {
    "build": "rm -rf dist/* && tsc",
    "lint": "eslint src/*.ts test/*.ts",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "nyc mocha --exit --bail -r ts-node/register 'test/**/*.ts'"
  },
  "keywords": [
    "auth",
    "user"
  ],
  "main": "dist/index.js",
  "files": [
    "/dist",
    "/dbmigration"
  ],
  "repository": {
    "url": "https://github.com/larvit/larvituser",
    "type": "git"
  },
  "readmeFilename": "README.md",
  "license": "ISC"
}
