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 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "@npmcli/fs",
  3. "version": "2.1.2",
  4. "description": "filesystem utilities for the npm cli",
  5. "main": "lib/index.js",
  6. "files": [
  7. "bin/",
  8. "lib/"
  9. ],
  10. "scripts": {
  11. "preversion": "npm test",
  12. "postversion": "npm publish",
  13. "prepublishOnly": "git push origin --follow-tags",
  14. "snap": "tap",
  15. "test": "tap",
  16. "npmclilint": "npmcli-lint",
  17. "lint": "eslint \"**/*.js\"",
  18. "lintfix": "npm run lint -- --fix",
  19. "posttest": "npm run lint",
  20. "postsnap": "npm run lintfix --",
  21. "postlint": "template-oss-check",
  22. "template-oss-apply": "template-oss-apply --force"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/npm/fs.git"
  27. },
  28. "keywords": [
  29. "npm",
  30. "oss"
  31. ],
  32. "author": "GitHub Inc.",
  33. "license": "ISC",
  34. "devDependencies": {
  35. "@npmcli/eslint-config": "^3.0.1",
  36. "@npmcli/template-oss": "3.5.0",
  37. "tap": "^16.0.1"
  38. },
  39. "dependencies": {
  40. "@gar/promisify": "^1.1.3",
  41. "semver": "^7.3.5"
  42. },
  43. "engines": {
  44. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  45. },
  46. "templateOSS": {
  47. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  48. "version": "3.5.0"
  49. }
  50. }