@oplayer/danmaku
Version:
Danmaku plugin for oplayer
41 lines • 908 B
JSON
{
"name": "@oplayer/danmaku",
"version": "1.2.26-beta.0",
"description": "Danmaku plugin for oplayer",
"type": "module",
"main": "./dist/index.es.js",
"types": "./dist/src/index.d.ts",
"sideEffects": false,
"author": "shiyiya",
"homepage": "https://github.com/shiyiya/oplayer",
"keywords": [
"oplayer-plugin",
"danmaku"
],
"license": "MIT",
"files": [
"dist",
"src"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not op_mini all",
"IE 11"
],
"dependencies": {
"danmaku": "2.0.7"
},
"peerDependencies": {
"@oplayer/core": ">=1.0.0"
},
"devDependencies": {
"@oplayer/core": "1.2.38-beta.2"
},
"scripts": {
"start": "concurrently -n es,dts \"vite build --watch\" \"tsc --emitDeclarationOnly --watch\"",
"tsc": "tsc --noEmit && echo",
"build": "vite build && tsc --emitDeclarationOnly"
}
}