-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.52 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.52 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@cloudcommerce/firebase",
"type": "module",
"version": "2.58.1",
"description": "e-com.plus Cloud Commerce on Firebase",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./config": "./config.js",
"./lib/init": "./lib/init.js",
"./lib/config": "./lib/config.js",
"./lib/env": "./lib/env.js",
"./lib/helpers/pubsub": "./lib/helpers/pubsub.js",
"./lib/helpers/firestore": "./lib/helpers/firestore.js",
"./lib/helpers/update-app-data": "./lib/helpers/update-app-data.js",
"./lib/helpers/get-app-data": "./lib/helpers/get-app-data.js"
},
"files": [
"/lib",
"/types",
"/*.{js,mjs,ts}"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/cloud-commerce.git",
"directory": "packages/firebase"
},
"author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomplus/cloud-commerce/issues"
},
"homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/firebase#readme",
"scripts": {
"build": "bash ../../scripts/build-lib.sh"
},
"dependencies": {
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/config": "workspace:*",
"@google-cloud/pubsub": "^5.3.0",
"dotenv": "^17.3.1",
"firebase-admin": "^13.7.0",
"firebase-functions": "^7.1.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
"@firebase/app-types": "^0.9.3"
}
}