async-g-i-s
Version:
Async Google Image Search
29 lines (28 loc) • 613 B
JSON
{
"name": "async-g-i-s",
"version": "1.5.5",
"description": "Async Google Image Search",
"main": "index.js",
"scripts": {
"test": "node test"
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Akif9748/async-g-i-s.git"
},
"keywords": [
"google",
"image",
"search"
],
"author": "Akif9748",
"license": "MIT",
"bugs": {
"url": "https://github.com/Akif9748/async-g-i-s/issues"
},
"homepage": "https://github.com/Akif9748/async-g-i-s",
"peerDependencies": {
"node-fetch": "^2.7.0"
}
}