Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 7230b37

Browse files
committed
chore(pkg.json): add more metadata
1. add scripts for faster running without reading the README 2. add author
1 parent dc98f1b commit 7230b37

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
2+
"private": true,
23
"name": "algolia-firebase-nodejs",
34
"version": "1.0.0",
45
"description": "Shows how to index Firebase data with Algolia",
56
"main": "index.js",
67
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"load": "node loadFirebase",
9+
"import": "node importFirebaseToAlgolia",
10+
"sync": "node syncFirebaseToAlgolia"
11+
},
12+
"author": {
13+
"name": "Algolia, Inc.",
14+
"url": "https://www.algolia.com"
815
},
9-
"author": "",
1016
"license": "ISC",
1117
"dependencies": {
1218
"algoliasearch": "^3.22.1",

0 commit comments

Comments
 (0)