Set up the Open Source build for MediaPipe Tasks Web

PiperOrigin-RevId: 486181061
This commit is contained in:
Sebastian Schmidt
2022-11-04 10:59:32 -07:00
committed by Copybara-Service
parent 5fd3701cfd
commit f05868d8e0
20 changed files with 1275 additions and 12 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "medipipe-dev",
"version": "0.0.0-alphga",
"description": "MediaPipe GitHub repo",
"devDependencies": {
"@bazel/typescript": "^5.7.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",
"ts-protoc-gen": "^0.15.0",
"typescript": "^4.8.4"
}
}