fetchserp-sdk
Version:
Node.js SDK for FetchSERP API
30 lines (29 loc) • 592 B
JSON
{
"name": "fetchserp-sdk",
"version": "1.0.6",
"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"
}
}