Node.js script to check the status of my server pages. https://kevin-mok.com/server/
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.

12 lines
213 B

  1. {
  2. "name": "server-pages",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "",
  6. "author": "Kevin Mok",
  7. "license": "MIT",
  8. "dependencies": {
  9. "csvtojson": "^2.0.10",
  10. "url-metadata": "^2.4.0"
  11. }
  12. }