@webrtc2/types
Version:
WebRTC2 Types - Comprehensive TypeScript definitions for WebRTC cross-platform development including React Native, Web, and Electron type definitions
78 lines • 2.12 kB
JSON
{
"name": "@webrtc2/types",
"version": "1.0.0",
"description": "WebRTC2 Types - Comprehensive TypeScript definitions for WebRTC cross-platform development including React Native, Web, and Electron type definitions",
"keywords": [
"webrtc",
"typescript",
"types",
"definitions",
"rtc-types",
"webrtc-types",
"peer-connection-types",
"media-stream-types",
"ice-types",
"signaling-types",
"cross-platform",
"react-native-types",
"electron-types",
"web-types",
"rtc-peer-connection",
"media-types",
"webrtc-interfaces",
"typescript-webrtc",
"rtc-definitions",
"webrtc-typescript",
"type-definitions",
"webrtc-declarations",
"rtc-interfaces"
],
"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": {
"typescript": "^5.0.0",
"tsup": "^8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/reforms/webrtc2.git",
"directory": "monorepo@npm/packages/types"
},
"homepage": "https://webrtc2.com/packages/types",
"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"
}
}