coinplayer
Version:
Zhihu Video Player
31 lines (30 loc) • 678 B
JSON
{
"name": "griffith-mp4",
"version": "1.5.0",
"description": "griffith mp4 plugin",
"homepage": "https://github.com/zhihu/griffith/tree/master/packages/griffith-mp4",
"license": "MIT",
"files": [
"cjs",
"esm"
],
"source": "src/index.js",
"main": "cjs/index.js",
"module": "esm/index.js",
"sideEffects": false,
"scripts": {
"prebuild": "rm -rf esm cjs",
"build": "rollup -c ../../rollup.config.js"
},
"devDependencies": {
"read-chunk": "^3.0.0"
},
"peerDependencies": {
"react": ">=16.3.0 <17.0.0",
"react-dom": ">=16.3.0 <17.0.0"
},
"dependencies": {
"griffith-utils": "^1.4.4",
"lodash": "^4.17.11"
}
}