-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.65 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.65 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@cloudcommerce/modules",
"type": "module",
"version": "2.58.1",
"description": "e-com.plus Cloud Commerce modules API",
"main": "lib/index.cjs",
"exports": {
".": "./lib/index.js",
"./firebase": "./lib/firebase.js"
},
"files": [
"/lib",
"/types",
"/*.{js,mjs,ts}",
"/schemas/**/*.{cjs,mjs,json}"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/cloud-commerce.git",
"directory": "packages/modules"
},
"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/modules#readme",
"scripts": {
"build": "bash ../../scripts/build-lib.sh",
"build:types": "bash scripts/build-types.sh",
"test": "tsc -p ../../tsconfig.test.json && vitest run"
},
"dependencies": {
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/app-appmax": "workspace:*",
"@cloudcommerce/app-asaas": "workspace:*",
"@cloudcommerce/app-braspag": "workspace:*",
"@cloudcommerce/app-correios": "workspace:*",
"@cloudcommerce/app-custom-payment": "workspace:*",
"@cloudcommerce/app-custom-shipping": "workspace:*",
"@cloudcommerce/app-datafrete": "workspace:*",
"@cloudcommerce/app-discounts": "workspace:*",
"@cloudcommerce/app-flash-courier": "workspace:*",
"@cloudcommerce/app-frenet": "workspace:*",
"@cloudcommerce/app-galaxpay": "workspace:*",
"@cloudcommerce/app-jadlog": "workspace:*",
"@cloudcommerce/app-loyalty-points": "workspace:*",
"@cloudcommerce/app-mandae": "workspace:*",
"@cloudcommerce/app-melhor-envio": "workspace:*",
"@cloudcommerce/app-mercadopago": "workspace:*",
"@cloudcommerce/app-pagaleve": "workspace:*",
"@cloudcommerce/app-pagarme": "workspace:*",
"@cloudcommerce/app-pagarme-v5": "workspace:*",
"@cloudcommerce/app-paghiper": "workspace:*",
"@cloudcommerce/app-paypal": "workspace:*",
"@cloudcommerce/app-pix": "workspace:*",
"@cloudcommerce/app-vindi": "workspace:*",
"@cloudcommerce/app-woovi": "workspace:*",
"@cloudcommerce/app-yapay": "workspace:*",
"@cloudcommerce/firebase": "workspace:*",
"@ecomplus/utils": "1.5.0-rc.6",
"ajv": "^8.18.0",
"ajv-formats": "^2.1.1",
"axios": "^1.13.6",
"firebase-admin": "^13.7.0",
"firebase-functions": "^7.2.2",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@cloudcommerce/test-base": "workspace:*",
"@cloudcommerce/types": "workspace:*",
"@firebase/app-types": "^0.9.3",
"json-schema-to-typescript": "^15.0.4"
}
}