package.json 924 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "localtunnel",
  3. "description": "Expose localhost to the world",
  4. "version": "2.0.2",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/localtunnel/localtunnel.git"
  9. },
  10. "author": "Roman Shtylman <shtylman@gmail.com>",
  11. "contributors": [
  12. "Roman Shtylman <shtylman@gmail.com>",
  13. "Gert Hengeveld <gert@hichroma.com>",
  14. "Tom Coleman <tom@hichroma.com>"
  15. ],
  16. "main": "./localtunnel.js",
  17. "bin": {
  18. "lt": "bin/lt.js"
  19. },
  20. "scripts": {
  21. "test": "mocha --reporter list --timeout 60000 -- *.spec.js"
  22. },
  23. "dependencies": {
  24. "axios": "0.21.4",
  25. "debug": "4.3.2",
  26. "openurl": "1.1.1",
  27. "yargs": "17.1.1"
  28. },
  29. "devDependencies": {
  30. "mocha": "~9.1.1"
  31. },
  32. "engines": {
  33. "node": ">=8.3.0"
  34. },
  35. "__npminstall_done": true,
  36. "_from": "localtunnel@2.0.2",
  37. "_resolved": "https://registry.npmmirror.com/localtunnel/-/localtunnel-2.0.2.tgz"
  38. }