12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "@yume-chan/scrcpy-decoder-tinyh264",
- "version": "0.0.17",
- "description": "TypeScript implementation of Scrcpy.",
- "keywords": [
- "adb",
- "android-phone",
- "scrcpy-decoder-tinyh264"
- ],
- "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-tinyh264#readme",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/yume-chan/ya-webadb.git",
- "directory": "packages/scrcpy-decoder-tinyh264"
- },
- "bugs": {
- "url": "https://github.com/yume-chan/ya-webadb/issues"
- },
- "type": "module",
- "main": "esm/index.js",
- "types": "esm/index.d.ts",
- "scripts": {
- "build": "tsc -b tsconfig.build.json",
- "build:watch": "tsc -b tsconfig.build.json",
- "//test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
- "prepublishOnly": "npm run build"
- },
- "dependencies": {
- "@yume-chan/async": "^2.2.0",
- "@yume-chan/event": "workspace:^0.0.17",
- "@yume-chan/scrcpy": "workspace:^0.0.17",
- "@yume-chan/stream-extra": "workspace:^0.0.17",
- "tinyh264": "^0.0.7",
- "tslib": "^2.4.1",
- "yuv-buffer": "^1.0.0",
- "yuv-canvas": "^1.2.11"
- },
- "devDependencies": {
- "@jest/globals": "^29.3.1",
- "@yume-chan/ts-package-builder": "workspace:^1.0.0",
- "cross-env": "^7.0.3",
- "jest": "^29.3.1",
- "ts-jest": "^29.0.3",
- "typescript": "^4.8.4"
- }
- }
|