fetch-phone-numbers
Version:
Fetch free US phone numbers from receive-sms-free.cc
25 lines (24 loc) • 486 B
JSON
{
"name": "fetch-phone-numbers",
"version": "1.2.0",
"description": "Fetch free US phone numbers from receive-sms-free.cc",
"main": "getRequestsExample.js",
"type": "module",
"scripts": {
"test": "node getRequestsExample.js"
},
"keywords": [
"sms",
"phone",
"fetch",
"scraper",
"receive-sms"
],
"author": "Haris Sikander",
"license": "MIT",
"dependencies": {
"axios": "^1.11.0",
"got": "^14.4.8",
"node-fetch": "^3.3.2"
}
}