fetchserp-sdk
Version:
Node.js SDK for FetchSERP API
24 lines • 572 B
JSON
{
"name": "fetchserp-sdk",
"version": "1.0.3",
"description": "Node.js SDK for FetchSERP API",
"main": "index.js",
"type": "module",
"keywords": ["fetchserp", "seo", "serp", "sdk"],
"author": "",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/fetchSERP/fetchserp-node.git"
},
"homepage": "https://github.com/fetchSERP/fetchserp-node#readme",
"bugs": {
"url": "https://github.com/fetchSERP/fetchserp-node/issues"
},
"exports": {
".": "./index.js"
},
"engines": {
"node": ">=18.0.0"
}
}