mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
chore: a version can crash chrome
This commit is contained in:
parent
5c3048ee3e
commit
1ee03486a6
26 changed files with 3021 additions and 2975 deletions
|
@ -1,61 +1,61 @@
|
|||
{
|
||||
"name": "@yume-chan/scrcpy",
|
||||
"version": "0.0.15",
|
||||
"description": "TypeScript implementation of Scrcpy.",
|
||||
"keywords": [
|
||||
"adb",
|
||||
"android-phone",
|
||||
"scrcpy"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Simon Chan",
|
||||
"email": "cnsimonchan@live.com",
|
||||
"url": "https://chensi.moe/blog"
|
||||
},
|
||||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/master/packages/scrcpy#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yume-chan/ya-webadb.git",
|
||||
"directory": "packages/scrcpy"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yume-chan/ya-webadb/issues"
|
||||
},
|
||||
"bin": {
|
||||
"fetch-scrcpy-server": "scripts/fetch-server.cjs"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "esm/index.js",
|
||||
"types": "esm/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "build-ts-package",
|
||||
"build:watch": "build-ts-package --incremental",
|
||||
"test": "jest --coverage",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yume-chan/adb": "^0.0.15",
|
||||
"@yume-chan/async": "^2.1.4",
|
||||
"@yume-chan/event": "^0.0.15",
|
||||
"@yume-chan/struct": "^0.0.15",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/dom-webcodecs": "^0.1.3",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@yume-chan/ts-package-builder": "^1.0.0",
|
||||
"gh-release-fetch": "^2.0.4",
|
||||
"jest": "^27.5.1",
|
||||
"tinyh264": "^0.0.7",
|
||||
"typescript": "4.7.0-beta",
|
||||
"yuv-buffer": "^1.0.0",
|
||||
"yuv-canvas": "^1.2.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/dom-webcodecs": "^0.1.3",
|
||||
"tinyh264": "^0.0.6",
|
||||
"yuv-buffer": "^1.0.0",
|
||||
"yuv-canvas": "^1.2.7"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "@yume-chan/scrcpy",
|
||||
"version": "0.0.15",
|
||||
"description": "TypeScript implementation of Scrcpy.",
|
||||
"keywords": [
|
||||
"adb",
|
||||
"android-phone",
|
||||
"scrcpy"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Simon Chan",
|
||||
"email": "cnsimonchan@live.com",
|
||||
"url": "https://chensi.moe/blog"
|
||||
},
|
||||
"homepage": "https://github.com/yume-chan/ya-webadb/tree/master/packages/scrcpy#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yume-chan/ya-webadb.git",
|
||||
"directory": "packages/scrcpy"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yume-chan/ya-webadb/issues"
|
||||
},
|
||||
"bin": {
|
||||
"fetch-scrcpy-server": "scripts/fetch-server.cjs"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "esm/index.js",
|
||||
"types": "esm/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "build-ts-package",
|
||||
"build:watch": "build-ts-package --incremental",
|
||||
"test": "jest --coverage",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yume-chan/adb": "^0.0.15",
|
||||
"@yume-chan/async": "^2.1.4",
|
||||
"@yume-chan/event": "^0.0.15",
|
||||
"@yume-chan/struct": "^0.0.15",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/dom-webcodecs": "^0.1.3",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@yume-chan/ts-package-builder": "^1.0.0",
|
||||
"gh-release-fetch": "^2.0.4",
|
||||
"jest": "^27.5.1",
|
||||
"tinyh264": "^0.0.7",
|
||||
"typescript": "4.7.1-rc",
|
||||
"yuv-buffer": "^1.0.0",
|
||||
"yuv-canvas": "^1.2.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/dom-webcodecs": "^0.1.3",
|
||||
"tinyh264": "^0.0.6",
|
||||
"yuv-buffer": "^1.0.0",
|
||||
"yuv-canvas": "^1.2.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue