{
  "name": "@remnawave/supervisord-nestjs",
  "version": "0.3.1",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "AGPL-3.0-only",
  "description": "",
  "scripts": {
    "prepublish": "rm -rf build && tsc",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remnawave/supervisord-nestjs.git"
  },
  "homepage": "https://github.com/remnawave/supervisord-nestjs#readme",
  "bugs": {
    "url": "https://github.com/remnawave/supervisord-nestjs/issues"
  },
  "dependencies": {
    "@nestjs/common": "^11.1.12",
    "@nestjs/core": "^11.1.12"
  },
  "peerDependencies": {
    "@kastov/node-supervisord": ">=2"
  },
  "author": "Remnawave",
  "keywords": [],
  "devDependencies": {
    "@types/node": "22.13.14",
    "@typescript-eslint/eslint-plugin": "7.2.0",
    "@typescript-eslint/parser": "7.2.0",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.0",
    "typescript": "5.8.2"
  }
}
