{
  "name": "@myunisoft/events",
  "version": "7.2.0",
  "description": "MyUnisoft Events validation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest && tsx ./test/run.ts",
    "test:jest": "jest",
    "test:node": "tsx ./test/run.ts",
    "coverage": "c8 --all --src ./src -r html npm test",
    "prepublishOnly": "rimraf dist/ && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MyUnisoft/events.git"
  },
  "publishConfig": {
    "@myunisoft:registry": "https://registry.npmjs.org/"
  },
  "files": [
    "dist"
  ],
  "author": "HALLAERT Nicolas <nicolas.hallaert.pro@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MyUnisoft/events/issues"
  },
  "homepage": "https://github.com/MyUnisoft/events#readme",
  "keywords": [
    "node",
    "event",
    "types",
    "validation"
  ],
  "dependencies": {
    "@myunisoft/redis": "^6.0.0",
    "@openally/mutex": "^1.0.0",
    "@openally/result": "^1.2.1",
    "ajv": "^8.16.0",
    "pino": "^9.3.2",
    "pino-pretty": "^11.2.1",
    "ts-pattern": "^5.2.0"
  },
  "devDependencies": {
    "@nodesecure/eslint-config": "^1.9.0",
    "@openally/config.typescript": "^1.0.3",
    "@types/jest": "^29.5.12",
    "c8": "^10.1.2",
    "dotenv": "^16.4.5",
    "glob": "^11.0.0",
    "jest": "^29.7.0",
    "testcontainers": "^10.10.0",
    "ts-jest": "^29.2.4",
    "tsx": "^4.7.0",
    "typescript": "^5.5.4"
  }
}
