package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@yume-chan/scrcpy-decoder-webcodecs",
  3. "version": "0.0.17",
  4. "description": "TypeScript implementation of Scrcpy.",
  5. "keywords": [
  6. "adb",
  7. "android-phone",
  8. "scrcpy-decoder-webcodecs"
  9. ],
  10. "license": "MIT",
  11. "author": {
  12. "name": "Simon Chan",
  13. "email": "cnsimonchan@live.com",
  14. "url": "https://chensi.moe/blog"
  15. },
  16. "homepage": "https://github.com/yume-chan/ya-webadb/tree/main/packages/scrcpy-decoder-webcodecs#readme",
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/yume-chan/ya-webadb.git",
  20. "directory": "packages/scrcpy-decoder-webcodecs"
  21. },
  22. "bugs": {
  23. "url": "https://github.com/yume-chan/ya-webadb/issues"
  24. },
  25. "type": "module",
  26. "main": "esm/index.js",
  27. "types": "esm/index.d.ts",
  28. "scripts": {
  29. "build": "tsc -b tsconfig.build.json",
  30. "build:watch": "tsc -b tsconfig.build.json",
  31. "//test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
  32. "prepublishOnly": "npm run build"
  33. },
  34. "dependencies": {
  35. "@types/dom-webcodecs": "^0.1.5",
  36. "@yume-chan/scrcpy": "workspace:^0.0.17",
  37. "@yume-chan/stream-extra": "workspace:^0.0.17",
  38. "tslib": "^2.4.1"
  39. },
  40. "devDependencies": {
  41. "@jest/globals": "^29.3.1",
  42. "@yume-chan/ts-package-builder": "workspace:^1.0.0",
  43. "cross-env": "^7.0.3",
  44. "jest": "^29.3.1",
  45. "ts-jest": "^29.0.3",
  46. "typescript": "^4.8.4"
  47. }
  48. }