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

27 lines
659 B
JSON
Raw Normal View History

2023-07-11 14:50:49 -03:00
{
"name": "eslegant-monorepo",
2023-07-11 14:50:49 -03:00
"private": true,
"scripts": {
2023-07-20 15:40:38 -03:00
"lint": "turbo run lint",
"lint:monorepo": "eslint .",
"test": "echo \"NO TESTS CONFIGURED\"",
"release": "changeset publish",
"prepare": "husky install"
2023-07-11 14:50:49 -03:00
},
2023-07-20 16:29:33 -03:00
"license": "MIT",
"type": "module",
2023-07-11 14:50:49 -03:00
"dependencies": {
"@eslegant/js": "workspace:*"
2023-07-11 14:50:49 -03:00
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
2023-08-23 11:45:04 -03:00
"@commitlint/config-conventional": "^17.7.0",
2023-07-11 14:50:49 -03:00
"@commitlint/types": "^17.4.4",
"eslegant": "workspace:*",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
2023-08-23 11:45:04 -03:00
"eslint": "^8.47.0",
"husky": "^8.0.3",
"turbo": "^1.10.12"
2023-07-11 14:50:49 -03:00
}
}