@addpipe/react-pipe-media-recorder
Version:
A React custom hook that integrates the addpipe.com recording client
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "@addpipe/react-pipe-media-recorder",
"version": "1.0.6",
"description": "A React custom hook that integrates the addpipe.com recording client",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc && babel lib/index.js --out-file lib/index.js && jsmin -o lib/index.js lib/index.js"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/addpipe/react-pipe-media-recorder"
},
"homepage": "https://github.com/addpipe/react-pipe-media-recorder#readme",
"keywords": [
"pipe",
"recorder",
"react",
"audio recording",
"video recording",
"media recording",
"getusermedia",
"MediaRecorder",
"getDisplayMedia",
"screen recorder",
"video recorder",
"audio recorder"
],
"author": "addpipe",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.3.1",
"jsmin": "^1.0.1",
"typescript": "^5.6.2"
}
}