-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "@cloudcommerce/cli",
"type": "module",
"version": "2.58.1",
"description": "e-com.plus Cloud Commerce CLI tools",
"bin": {
"cloudcommerce": "./bin/run.mjs"
},
"main": "lib/cli.js",
"exports": {
".": "./lib/cli.js",
"./create-auth": "./create-auth.js"
},
"files": [
"/lib",
"/types",
"/*.{js,mjs,ts}",
"/ci/**/*.{sh,mjs}",
"/config/**/*.{json,rules,mjs,cjs}"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/cloud-commerce.git",
"directory": "packages/cli"
},
"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/cli#readme",
"scripts": {
"build": "bash ../../scripts/build-lib.sh"
},
"dependencies": {
"@cloudcommerce/api": "workspace:*",
"@fastify/deepmerge": "^3.2.1",
"csv-parse": "^6.1.0",
"dotenv": "^17.3.1",
"fast-xml-parser": "^5.5.5",
"image-size": "^2.0.2",
"libsodium-wrappers": "0.7.15",
"md5": "^2.3.0",
"typescript": "~5.9.3",
"zx": "^8.8.5"
}
}