package.json 665 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "hermes-engine",
  3. "version": "0.5.1",
  4. "private": false,
  5. "description": "A JavaScript engine optimized for running React Native on Android",
  6. "license": "MIT",
  7. "repository": {
  8. "type": "git",
  9. "url": "git@github.com:facebook/hermes.git"
  10. },
  11. "files": [
  12. "README.md",
  13. "android/hermes-debug.aar",
  14. "android/hermes-release.aar",
  15. "android/hermes-cppruntime-debug.aar",
  16. "android/hermes-cppruntime-release.aar",
  17. "android/include/**/*.h",
  18. "linux64-bin/hermesc",
  19. "osx-bin/hermesc",
  20. "win64-bin/hermesc.exe",
  21. "win64-bin/msvcp140.dll",
  22. "win64-bin/vcruntime140.dll",
  23. "win64-bin/vcruntime140_1.dll"
  24. ]
  25. }