-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@ecomplus/application-sdk",
"version": "1.15.7",
"description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore/SQLite",
"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",
"sqlite",
"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",
"optionalDependencies": {
"firebase-admin": ">=9 <13",
"sqlite3": "4.x"
},
"dependencies": {
"@ecomplus/client": "^2.3.1",
"@ecomplus/utils": "^1.4.1",
"axios": "^1.6.8"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"husky": "^8.0.3",
"standard": "^17.1.0",
"standard-version": "^9.3.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
}
}