package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "are-we-there-yet",
  3. "version": "4.0.2",
  4. "description": "Keep track of the overall completion of many disparate processes",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "test": "tap",
  8. "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
  9. "lintfix": "npm run lint -- --fix",
  10. "posttest": "npm run lint",
  11. "postsnap": "npm run lintfix --",
  12. "snap": "tap",
  13. "postlint": "template-oss-check",
  14. "template-oss-apply": "template-oss-apply --force"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/npm/are-we-there-yet.git"
  19. },
  20. "author": "GitHub Inc.",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/npm/are-we-there-yet/issues"
  24. },
  25. "homepage": "https://github.com/npm/are-we-there-yet",
  26. "devDependencies": {
  27. "@npmcli/eslint-config": "^4.0.0",
  28. "@npmcli/template-oss": "4.21.3",
  29. "tap": "^16.0.1"
  30. },
  31. "files": [
  32. "bin/",
  33. "lib/"
  34. ],
  35. "engines": {
  36. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  37. },
  38. "tap": {
  39. "branches": 68,
  40. "statements": 92,
  41. "functions": 86,
  42. "lines": 92,
  43. "nyc-arg": [
  44. "--exclude",
  45. "tap-snapshots/**"
  46. ]
  47. },
  48. "templateOSS": {
  49. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  50. "version": "4.21.3",
  51. "publish": true
  52. }
  53. }