You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 653B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "junk",
  3. "version": "3.1.0",
  4. "description": "Filter out system junk files like .DS_Store and Thumbs.db",
  5. "license": "MIT",
  6. "repository": "sindresorhus/junk",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=8"
  14. },
  15. "scripts": {
  16. "test": "xo && ava && tsd"
  17. },
  18. "files": [
  19. "index.js",
  20. "index.d.ts"
  21. ],
  22. "keywords": [
  23. "junk",
  24. "trash",
  25. "garbage",
  26. "files",
  27. "os",
  28. "ignore",
  29. "exclude",
  30. "filter",
  31. "temp",
  32. "tmp",
  33. "system",
  34. "clean",
  35. "cleanup"
  36. ],
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.1",
  40. "xo": "^0.24.0"
  41. }
  42. }