package.json 454 B

12345678910111213141516171819202122
  1. {
  2. "name": "@rollup/rollup-win32-x64-msvc",
  3. "version": "4.52.5",
  4. "os": [
  5. "win32"
  6. ],
  7. "cpu": [
  8. "x64"
  9. ],
  10. "files": [
  11. "rollup.win32-x64-msvc.node"
  12. ],
  13. "description": "Native bindings for Rollup",
  14. "author": "Lukas Taegert-Atkinson",
  15. "homepage": "https://rollupjs.org/",
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/rollup/rollup.git"
  20. },
  21. "main": "./rollup.win32-x64-msvc.node"
  22. }