This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/package.json
2023-07-20 15:38:52 -03:00

22 lines
459 B
JSON

{
"name": "eslit-monorepo",
"private": true,
"scripts": {
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint .",
"prepare": "husky install"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@eslit/core": "workspace:*"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/types": "^17.4.4",
"eslint": "^8.44.0",
"husky": "^8.0.3"
}
}