ya-webadb/libraries/scrcpy-decoder-webcodecs/package.json
2024-11-29 22:40:43 +08:00

49 lines
1.6 KiB
JSON

{
"name": "@yume-chan/scrcpy-decoder-webcodecs",
"version": "0.0.0-next-20241129144018",
"description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
"keywords": [
"adb",
"android-phone",
"scrcpy",
"scrcpy-decoder"
],
"license": "MIT",
"author": {
"name": "Simon Chan",
"email": "cnsimonchan@live.com",
"url": "https://chensi.moe/blog"
},
"homepage": "https://github.com/yume-chan/ya-webadb/tree/main/packages/scrcpy-decoder-webcodecs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/yume-chan/ya-webadb.git",
"directory": "packages/scrcpy-decoder-webcodecs"
},
"bugs": {
"url": "https://github.com/yume-chan/ya-webadb/issues"
},
"type": "module",
"main": "esm/index.js",
"types": "esm/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc -b tsconfig.build.json",
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@yume-chan/async": "^4.0.2",
"@yume-chan/event": "workspace:^",
"@yume-chan/no-data-view": "workspace:^",
"@yume-chan/scrcpy": "workspace:^",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^",
"@yume-chan/stream-extra": "workspace:^"
},
"devDependencies": {
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.1",
"typescript": "^5.7.2"
}
}