erp-suite/package.json

20 lines
451 B
JSON

{
"name": "@isem-digital/erp-suite",
"version": "1.0.0",
"description": "ISEM Digital ERP Suite - Multi-tenant ERP Platform",
"private": true,
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}