package.json 605 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@parcel/watcher-win32-x64",
  3. "version": "2.5.1",
  4. "main": "watcher.node",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/parcel-bundler/watcher.git"
  8. },
  9. "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "funding": {
  15. "type": "opencollective",
  16. "url": "https://opencollective.com/parcel"
  17. },
  18. "files": [
  19. "watcher.node"
  20. ],
  21. "engines": {
  22. "node": ">= 10.0.0"
  23. },
  24. "os": [
  25. "win32"
  26. ],
  27. "cpu": [
  28. "x64"
  29. ]
  30. }