factoryx-commerce
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "factoryx-commerce", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -32,3 +32,4 @@ "main": "./dist/cjs/index.js", | ||
"test": "jest --config jestconfig.json", | ||
"semantic-release": "semantic-release" | ||
"semantic-release": "semantic-release", | ||
"prepare": "husky" | ||
}, | ||
@@ -42,2 +43,3 @@ "author": "Halitcan Çıkıkçı (hcikikci)", | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@semantic-release/commit-analyzer": "^13.0.0", | ||
@@ -54,2 +56,3 @@ "@semantic-release/git": "^10.0.1", | ||
"@typescript-eslint/parser": "^7.13.0", | ||
"commitlint": "^19.3.0", | ||
"eslint": "^8.0.1", | ||
@@ -64,2 +67,3 @@ "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"husky": "^9.0.11", | ||
"jest": "^29.7.0", | ||
@@ -66,0 +70,0 @@ "jest-canvas-mock": "^2.5.2", |
6656
32