NPM package definitions for MediaPipe Tasks

PiperOrigin-RevId: 487071334
This commit is contained in:
Sebastian Schmidt
2022-11-08 15:46:05 -08:00
committed by Copybara-Service
parent 253ff0f85c
commit 669d539551
20 changed files with 366 additions and 19 deletions
+4
View File
@@ -3,12 +3,16 @@
"version": "0.0.0-alphga",
"description": "MediaPipe GitHub repo",
"devDependencies": {
"@bazel/rollup": "^5.7.1",
"@bazel/typescript": "^5.7.1",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/google-protobuf": "^3.15.6",
"@types/offscreencanvas": "^2019.7.0",
"google-protobuf": "^3.21.2",
"protobufjs": "^7.1.2",
"protobufjs-cli": "^1.0.2",
"rollup": "^2.3.0",
"ts-protoc-gen": "^0.15.0",
"typescript": "^4.8.4"
}