source: tanzpartie-hugo/algolia/package.json

Last change on this file was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 336 bytes
Line 
1{
2  "name": "algolia-helper",
3  "version": "1.0.0",
4  "description": "Algolia helper for sending and managing data",
5  "dependencies": {
6    "algoliasearch": "^4.8.5",
7    "jsonfile": "^6.1.0",
8    "yargs": "^16.2.0"
9  },
10  "scripts": {
11    "data-upload": "node data-upload.js"
12  },
13  "author": "Igor Baiborodine",
14  "license": "MIT"
15}
Note: See TracBrowser for help on using the repository browser.