|
- {
- "name": "badge-lookup",
- "version": "0.0.0",
- "description": "Proxy badge lookup for shields.io",
- "main": "index.js",
- "repository": "https://code.modal.sh/TheoryOfNekomata/badge-lookup.git",
- "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
- "license": "UNLICENSED",
- "private": false,
- "scripts": {
- "start": "node ./index.js"
- },
- "dependencies": {
- "axios": "^0.19.2",
- "dotenv": "^8.2.0",
- "jsdom": "^16.3.0"
- }
- }
|