{
  "name": "@fonoster/sipnet",
  "version": "0.22.3",
  "description": "Routr-based SIP stack",
  "author": "Pedro Sanders <psanders@fonoster.com>",
  "homepage": "https://github.com/fonoster/fonoster#readme",
  "license": "MIT",
  "main": "dist/index",
  "types": "dist/index",
  "directories": {
    "src": "src",
    "test": "test"
  },
  "scripts": {
    "prebuild": "rimraf ./dist tsconfig.tsbuildinfo",
    "build": "tsc -b tsconfig.json",
    "clean": "rimraf ./dist node_modules tsconfig.tsbuildinfo"
  },
  "bin": {
    "fonoster": "./dist/index.js"
  },
  "dependencies": {
    "@fonoster/common": "^0.22.3",
    "@fonoster/identity": "^0.22.3",
    "@fonoster/logger": "^0.22.0",
    "@fonoster/types": "^0.22.0",
    "@grpc/grpc-js": "~1.10.6",
    "@routr/sdk": "2.13.1",
    "zod": "^3.23.8"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fonoster/fonoster.git"
  },
  "bugs": {
    "url": "https://github.com/fonoster/fonoster/issues"
  },
  "gitHead": "2123e04933b54d78c9e93e64102ec89dc6fb79b6"
}
