package.json 625 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@swc/counter",
  3. "packageManager": "pnpm@8.6.7",
  4. "main": "index.js",
  5. "version": "0.1.3",
  6. "description": "Downloade counter for the swc project",
  7. "sideEffects": false,
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/swc-project/pkgs.git"
  11. },
  12. "publishConfig": {
  13. "registry": "https://registry.npmjs.org/",
  14. "access": "public"
  15. },
  16. "keywords": [
  17. "swc",
  18. "download",
  19. "counter"
  20. ],
  21. "author": "강동윤 <kdy1997.dev@gmail.com>",
  22. "license": "Apache-2.0",
  23. "bugs": {
  24. "url": "https://github.com/swc-project/swc/issues"
  25. },
  26. "homepage": "https://swc.rs"
  27. }