-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@addpipe/react-pipe-media-recorder",
"version": "1.0.5",
"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",
"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"
}
}