Proxy badge lookup for shields.io
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.

19 lines
459 B

  1. {
  2. "name": "badge-lookup",
  3. "version": "0.0.0",
  4. "description": "Proxy badge lookup for shields.io",
  5. "main": "index.js",
  6. "repository": "https://code.modal.sh/TheoryOfNekomata/badge-lookup.git",
  7. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  8. "license": "UNLICENSED",
  9. "private": false,
  10. "scripts": {
  11. "start": "node ./index.js"
  12. },
  13. "dependencies": {
  14. "axios": "^0.19.2",
  15. "dotenv": "^8.2.0",
  16. "jsdom": "^16.3.0"
  17. }
  18. }