@mediatrack/open-player
Version:
文档见 [分秒帧开放平台](https://open.mediatrack.cn/#/docs/api/jssdk/player)
49 lines • 1.08 kB
JSON
{
"name": "@mediatrack/open-player",
"version": "0.0.2",
"keywords": [
"mediatrack"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./package.json": "./package.json"
},
"type": "module",
"license": "MIT",
"dependencies": {
"bignumber.js": "9.0.1",
"eventemitter3": "4.0.7",
"hls.js": "1.4.3",
"lodash": "4.17.21",
"parse-ms": "^3.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@mtfe/yuumi": "^1.4.2",
"@types/node": "^20.1.7",
"eslint": "^7.32.0",
"typescript": "^4.5.2",
"vite": "^4.3.6",
"vite-plugin-dts": "^2.3.0",
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0"
},
"files": [
"./dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"lint": "eslint \"**/*.ts*\"",
"build": "vite build",
"dev": "vite build --watch"
}
}