{
  "name": "@loopstack/common",
  "displayName": "Loopstack Common Module",
  "description": "A collection of utils and dtos shared between nestjs modules",
  "version": "0.35.0",
  "license": "MIT",
  "author": {
    "name": "Jakob Klippel",
    "url": "https://www.linkedin.com/in/jakob-klippel/"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "nest build",
    "compile": "tsc --noEmit",
    "format": "prettier --write .",
    "lint": "eslint .",
    "watch": "nest build --watch"
  },
  "dependencies": {
    "@loopstack/contracts": "^0.35.0",
    "fast-json-stable-stringify": "^2.1.0",
    "yaml": "^2.8.3"
  },
  "devDependencies": {
    "class-transformer": "^0.5.1",
    "reflect-metadata": "^0.2.2",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "class-transformer": "^0.5.0",
    "reflect-metadata": "^0.2.0",
    "zod": "^4.0.0"
  },
  "files": [
    "dist"
  ]
}
