-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.01 KB
/
package.json
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
26
{
"name": "kontestis",
"version": "1.0.0",
"repository": "https://github.com/ItKlubBozoLagan/kontestis",
"license": "MIT",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"lint": "eslint --ignore-pattern '**/node_modules/**' --ext .tsx,.ts ./apps ./packages",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"eslint-plugin-radar": "^0.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.18.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-v3xlabs": "^1.6.0",
"husky": "^8.0.3"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}