package.json 636 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@mediapipe/hands",
  3. "version": "0.4.1646424915",
  4. "description": "Mediapipe Hands Solution",
  5. "main": "hands.js",
  6. "module": "hands.js",
  7. "jsdelivr": "hands.js",
  8. "unpkg": "hands.js",
  9. "types": "index.d.ts",
  10. "author": "mhays@google.com",
  11. "license": "Apache-2.0",
  12. "homepage": "https://google.github.io/mediapipe/solutions/hands",
  13. "keywords": [ "AR", "ML", "Augmented" ],
  14. "devDependencies": {
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "dependencies": {
  20. },
  21. "browser": {
  22. "node-fetch": false,
  23. "util": false,
  24. "crypto": false
  25. },
  26. "sideEffects" : []
  27. }