-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 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
{
"name": "wexcommerce",
"version": "2.8.0",
"description": "Single Vendor Marketplace",
"keywords": [
"nextjs",
"react",
"mongodb",
"stripe",
"paypal",
"ecommerce-platform",
"ecommerce",
"commerce",
"marketplace",
"storefront",
"headless-cms",
"wexcommerce",
"single-vendor"
],
"homepage": "https://github.com/aelassas/wexcommerce#readme",
"bugs": {
"url": "https://github.com/aelassas/wexcommerce/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aelassas/wexcommerce.git"
},
"funding": "https://github.com/sponsors/aelassas",
"license": "MIT",
"author": "Akram El Assas",
"type": "module",
"main": "pre-commit.js",
"scripts": {
"pre-commit": "node pre-commit.js",
"releases": "node releases.js",
"prepare": "husky install",
"lint": "eslint . --cache --cache-location .eslintcache"
},
"devDependencies": {
"chalk": "^5.4.1",
"eslint": "^9.27.0",
"husky": "^9.1.7",
"p-limit": "^6.2.0"
}
}