package.json 390 B

12345678910111213141516
  1. {
  2. "name": "project",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "script.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "tunnel":"npx localtunnel --host https://pre.d8d.fun --port 9000 --subdomain simple-js-line-f9s-gudz",
  9. "start":"node server.js"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "localtunnel": "^2.0.2"
  15. }
  16. }