source:
tanzpartie-hugo/algolia/package.json
@
17931
Last change on this file since 17931 was 16971, checked in by , 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.