forked from meilisearch/firestore-meilisearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 885 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "firestore-meilisearch",
"version": "0.1.5",
"description": "Search in your Firestore content with Meilisearch",
"repository": "",
"author": "Meilisearch (https://meilisearch.com/)",
"license": "Apache-2.0",
"scripts": {
"emulator": "firebase ext:dev:emulators:start --test-params=test-params-example.env --import=dataset --project=meilisearch --config=./firebase.json",
"lint": "yarn --cwd functions lint",
"lint:fix": "yarn --cwd functions lint:fix",
"build": "yarn --cwd functions build",
"watch": "yarn --cwd functions watch",
"playground": "yarn --cwd functions playground",
"install:functions": "yarn --cwd functions",
"test": "yarn --cwd functions test",
"test:watch": "yarn --cwd functions test:watch",
"test:coverage": "yarn --cwd functions test:coverage",
"run-cli": "./functions/lib/import/index.js"
}
}