Spaces:
Sleeping
Sleeping
| { | |
| "name": "express-ip-tester", | |
| "version": "1.0.0", | |
| "description": "An Express application to test IP addresses.", | |
| "main": "index.js", | |
| "type": "module", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "node-fetch": "^3.3.1" | |
| }, | |
| "author": "", | |
| "license": "ISC" | |
| } | |