2023-12-05 13:23:01 +08:00
|
|
|
{
|
|
|
|
|
"name": "flvvideo",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "视频组件",
|
|
|
|
|
"main": "index.ts",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
2023-12-12 11:16:38 +08:00
|
|
|
"DataView"
|
2023-12-05 13:23:01 +08:00
|
|
|
],
|
|
|
|
|
"author": "chenghaiwen",
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"flv.js": "^1.6.2"
|
|
|
|
|
}
|
2023-12-12 11:16:38 +08:00
|
|
|
}
|