@class100/webrtc
Version:
TODO
83 lines (82 loc) • 2.22 kB
JSON
{
"name": "@class100/webrtc",
"title": "@class100/webrtc",
"version": "1.0.0-alpha.38",
"description": "TODO",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"dist/**/*.{ts,js,png}"
],
"scripts": {
"postinstall": "",
"dev": "concurrently \"rimraf -rf dist && tsc -w -p ./src\" \" cd example && npm run start \"",
"lint": "tslint -p ./ -c ./tslint.json",
"tsc:src": "rimraf -rf dist && tsc -p ./src && rsync -rv --exclude=*.ts --exclude=*.tsx src/ dist/",
"prepublishOnly": "npm run tsc:src",
"build:example": "cd example && npm run build",
"upload:example": "npm run build:example && node up_oss.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "",
"baseUrl": ""
},
"keywords": [
"react",
"webrtc",
"TRTC",
"Agora"
],
"author": {
"name": "dagouzhi",
"email": "dagouzhi@qq.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.10",
"@types/trtc-js-sdk": "^4.8.0",
"agora-electron-sdk": "^3.4.2-rc.1-build.525",
"agora-rtc-sdk-ng": "^4.5.0",
"ali-oss": "^6.15.2",
"axios": "^0.21.1",
"concurrently": "^6.2.0",
"delay": "^5.0.0",
"events": "^3.3.0",
"lodash": "^4.17.21",
"mobx": "^6.3.2",
"react": "^17.0.2",
"rimraf": "^3.0.2",
"rn-trtc": "https://github.com/dagouzhi/react-native-trtc.git",
"trtc-electron-sdk": "^8.6.102-beta.0",
"trtc-js-sdk": "^4.10.2",
"typescript": "^4.3.2",
"wavesurfer.js": "^5.0.1"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.37",
"@types/trtc-js-sdk": "^4.8.2",
"agora-rtc-sdk-ng": "^4.7.3",
"ali-oss": "^6.16.0",
"concurrently": "^6.4.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
},
"dependencies": {
"ahooks": "^3.0.3",
"axios": "^0.24.0",
"delay": "^5.0.0",
"events": "^3.3.0",
"lodash": "^4.17.21",
"mobx": "^6.3.9",
"react": "^17.0.2"
}
}