storyblok-algolia-indexer
Version:
Index Algolia with Storyblok content
29 lines (28 loc) • 650 B
JSON
{
"name": "storyblok-algolia-indexer",
"version": "1.1.0",
"description": "Index Algolia with Storyblok content",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/baroshem/storyblok-algolia-indexer.git"
},
"author": "Jakub Andrzejewski",
"contributors": [
"Baroshem <jakub.andrzejewski.dev@gmail.com>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"keywords": [
"algolia",
"storyblok",
"indexer"
],
"dependencies": {
"algoliasearch": "^4.12.0",
"axios": "^1.3.4",
"storyblok-js-client": "^5.8.0"
}
}