package.json 797 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@swc/core-darwin-arm64",
  3. "version": "1.4.2",
  4. "os": [
  5. "darwin"
  6. ],
  7. "cpu": [
  8. "arm64"
  9. ],
  10. "main": "swc.darwin-arm64.node",
  11. "files": [
  12. "swc.darwin-arm64.node",
  13. "swc"
  14. ],
  15. "description": "Super-fast alternative for babel",
  16. "keywords": [
  17. "swc",
  18. "swcpack",
  19. "babel",
  20. "typescript",
  21. "rust",
  22. "webpack",
  23. "tsc"
  24. ],
  25. "author": "강동윤 <kdy1997.dev@gmail.com>",
  26. "homepage": "https://swc.rs",
  27. "license": "Apache-2.0 AND MIT",
  28. "engines": {
  29. "node": ">=10"
  30. },
  31. "publishConfig": {
  32. "registry": "https://registry.npmjs.org/",
  33. "access": "public"
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "git+https://github.com/swc-project/swc.git"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/swc-project/swc/issues"
  41. }
  42. }