package.json 685 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "read-cmd-shim",
  3. "version": "2.0.0",
  4. "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
  5. "main": "index.js",
  6. "devDependencies": {
  7. "cmd-shim": "^4.0.0",
  8. "rimraf": "^3.0.0",
  9. "tap": "^14.10.6"
  10. },
  11. "scripts": {
  12. "preversion": "npm t",
  13. "postversion": "npm publish",
  14. "prepublishOnly": "git push --follow-tags",
  15. "test": "tap"
  16. },
  17. "tap": {
  18. "check-coverage": true
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/npm/read-cmd-shim.git"
  23. },
  24. "license": "ISC",
  25. "homepage": "https://github.com/npm/read-cmd-shim#readme",
  26. "files": [
  27. "index.js"
  28. ]
  29. }