@rtco/peer
Version:
artico peer library
46 lines • 1.14 kB
JSON
{
"name": "@rtco/peer",
"version": "0.3.2",
"description": "artico peer library",
"keywords": [
"artico",
"webrtc",
"p2p",
"rtc"
],
"repository": {
"type": "git",
"url": "git+https://github.com/matallui/artico.git",
"directory": "packages/peer"
},
"homepage": "https://github.com/matallui/artico/tree/main/packages/peer",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"license": "MIT",
"author": "Luis Tanica <matallui@gmail.com>",
"dependencies": {
"eventemitter3": "^5.0.1"
},
"devDependencies": {
"@types/bun": "^1.2.10",
"bun-plugin-dts": "^0.3.0",
"eslint": "^9.25.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"@rtco/eslint-config": "0.0.0",
"@rtco/typescript-config": "0.1.0",
"@rtco/logger": "0.0.0",
"@rtco/prettier-config": "0.1.0"
},
"scripts": {
"build": "bun scripts/build.mjs",
"clean": "git clean -xfd .turbo node_modules dist",
"dev": "pnpm run build",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint"
}
}