package.json 414 B

12345678910111213141516171819202122
  1. {
  2. "name": "@dcloudio/uts-win32-x64-msvc",
  3. "version": "3.0.0-alpha-3080720230627002",
  4. "os": [
  5. "win32"
  6. ],
  7. "cpu": [
  8. "x64"
  9. ],
  10. "main": "uts.win32-x64-msvc.node",
  11. "files": [
  12. "uts.win32-x64-msvc.node"
  13. ],
  14. "engines": {
  15. "node": ">=10"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/dcloudio/uni-app.git",
  20. "directory": "packages/uts-win32-x64-msvc"
  21. }
  22. }