-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) Β· 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "api-firestore",
"version": "1.2.0",
"description": "π·π½ββοΈ CRUD operations for Google Cloud Functions APIs for any generic Collection in Firestore.",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joemccann/api-firestore.git"
},
"keywords": [
"firestore",
"google-cloud",
"serverless"
],
"author": "Joe McCann",
"license": "MIT",
"bugs": {
"url": "https://github.com/joemccann/api-firestore/issues"
},
"homepage": "https://github.com/joemccann/api-firestore#readme",
"dependencies": {
"@google-cloud/firestore": "1.2.0",
"cors-for-cloud-functions": "github:joemccann/cors-for-cloud-functions"
},
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.10.1"
}
}