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.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@npmcli/move-file",
  3. "version": "2.0.1",
  4. "files": [
  5. "bin/",
  6. "lib/"
  7. ],
  8. "main": "lib/index.js",
  9. "description": "move a file (fork of move-file)",
  10. "dependencies": {
  11. "mkdirp": "^1.0.4",
  12. "rimraf": "^3.0.2"
  13. },
  14. "devDependencies": {
  15. "@npmcli/eslint-config": "^3.0.1",
  16. "@npmcli/template-oss": "3.5.0",
  17. "tap": "^16.0.1"
  18. },
  19. "scripts": {
  20. "test": "tap",
  21. "snap": "tap",
  22. "preversion": "npm test",
  23. "postversion": "npm publish",
  24. "prepublishOnly": "git push origin --follow-tags",
  25. "lint": "eslint \"**/*.js\"",
  26. "postlint": "template-oss-check",
  27. "template-oss-apply": "template-oss-apply --force",
  28. "lintfix": "npm run lint -- --fix",
  29. "posttest": "npm run lint"
  30. },
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/npm/move-file.git"
  34. },
  35. "tap": {
  36. "check-coverage": true
  37. },
  38. "license": "MIT",
  39. "engines": {
  40. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  41. },
  42. "author": "GitHub Inc.",
  43. "templateOSS": {
  44. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  45. "version": "3.5.0"
  46. }
  47. }