{
    "name": "@webrtc2/config",
    "version": "1.0.0",
    "description": "WebRTC2 Config - Configuration management for WebRTC applications with STUN/TURN servers, ICE settings, media constraints, and cross-platform defaults",
    "keywords": [
        "webrtc",
        "config",
        "configuration",
        "webrtc-config",
        "stun",
        "turn",
        "ice-servers",
        "webrtc-settings",
        "media-constraints",
        "rtc-configuration",
        "cross-platform",
        "react-native",
        "electron",
        "web",
        "webrtc-ice",
        "ice-configuration",
        "signaling-config",
        "media-config",
        "connection-config",
        "webrtc-defaults",
        "rtc-settings",
        "webrtc-options",
        "peer-connection-config"
    ],
    "main": "./dist/index.js",
    "module": "./dist/index.esm.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./dist/index.esm.js",
            "require": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "files": [
        "dist",
        "src",
        "README.md"
    ],
    "scripts": {
        "build": "tsup src/index.ts --format cjs,esm --dts",
        "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
        "lint": "eslint src --ext .ts",
        "type-check": "tsc --noEmit",
        "test": "jest",
        "clean": "rm -rf dist"
    },
    "devDependencies": {
        "@types/node": "^20.0.0",
        "typescript": "^5.0.0",
        "tsup": "^8.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/reforms/webrtc2.git",
        "directory": "monorepo@npm/packages/config"
    },
    "homepage": "https://webrtc2.com/packages/config",
    "bugs": {
        "url": "https://github.com/reforms/webrtc2/issues"
    },
    "author": {
        "name": "WebRTC2 Team",
        "email": "hello@webrtc2.com",
        "url": "https://webrtc2.com"
    },
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "engines": {
        "node": ">=16.0.0"
    }
}