-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "@ecomplus/application-sdk",
"version": "3.0.0",
"description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/application-sdk.git"
},
"keywords": [
"ecomplus",
"app",
"integrations",
"application",
"ecommerce",
"authentication",
"callback",
"firestore",
"firebase"
],
"author": "E-Com Club <ti@e-com.club>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomplus/application-sdk/issues"
},
"homepage": "https://github.com/ecomplus/application-sdk#readme",
"dependencies": {
"@ecomplus/client": "^2.4.0",
"@ecomplus/utils": "^1.4.1",
"axios": "^1.13.6",
"firebase-admin": ">=9 <13"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"husky": "^8.0.3",
"standard": "^17.1.2",
"standard-version": "^9.3.2"
}
}