46 lines
1004 B
JSON
46 lines
1004 B
JSON
{
|
||
"name": "jz-h5-recorder-manager",
|
||
"version": "1.0.0",
|
||
"description": "一个完全兼容 uni.getRecorderManager API 的H5录音插件,支持H5、App、小程序等全平台",
|
||
"main": "js/index.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
},
|
||
"keywords": [
|
||
"uniapp",
|
||
"uni-app",
|
||
"recorder",
|
||
"audio",
|
||
"h5",
|
||
"recording",
|
||
"microphone",
|
||
"cross-platform",
|
||
"插件",
|
||
"录音",
|
||
"音频"
|
||
],
|
||
"author": {
|
||
"name": "jz",
|
||
"email": ""
|
||
},
|
||
"license": "MIT",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://gitcode.com/weixin_47770976/jz-h5-getRecorderManager.git"
|
||
},
|
||
"homepage": "https://gitcode.com/weixin_47770976/jz-h5-getRecorderManager",
|
||
"bugs": {
|
||
"url": "https://gitcode.com/weixin_47770976/jz-h5-getRecorderManager/issues"
|
||
},
|
||
"engines": {
|
||
"node": ">=12.0.0"
|
||
},
|
||
"files": [
|
||
"js/",
|
||
"README.md",
|
||
"CHANGELOG.md"
|
||
],
|
||
"publishConfig": {
|
||
"access": "public"
|
||
}
|
||
} |