70e9069f63
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.5 to 20.12.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
827 B
JSON
31 lines
827 B
JSON
{
|
|
"name": "root",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "cd .. && husky js/.husky"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.0.2",
|
|
"@eslint/js": "^9.0.0",
|
|
"@types/node": "^20.12.7",
|
|
"eslint": "^8.52.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-mocha": "^10.4.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^9.0.11",
|
|
"lint-staged": "^15.2.2",
|
|
"prettier": "^3.2.5",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.4",
|
|
"typescript-eslint": "^7.6.0",
|
|
"wireit": "^0.14.4"
|
|
},
|
|
"packageManager": "pnpm@8.15.5",
|
|
"lint-staged": {
|
|
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
|
|
}
|
|
}
|