-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 727 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"private": true,
"packageManager": "pnpm@7.33.5",
"scripts": {
"prepare": "husky install",
"lint": "eslint --fix '**/*.{js,ts}'"
},
"devDependencies": {
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@tsconfig/node18": "~1.0.1",
"@typescript-eslint/eslint-plugin": "~5.47.0",
"@typescript-eslint/parser": "~5.47.0",
"eslint": "~8.30.0",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-simple-import-sort": "~8.0.0",
"husky": "7.0.4",
"lint-staged": "12.3.3",
"prettier": "~2.8.1",
"semantic-release": "~19.0.3",
"semantic-release-monorepo": "~7.0.5",
"typescript": "~4.9.4"
}
}