-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 820 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 820 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "codeowners-flow-monorepo",
"private": true,
"version": "0.0.0-develop",
"type": "module",
"workspaces": [
"packages/*"
],
"keywords": [
"codeowners",
"codeowners-manager",
"monorepo"
],
"author": "Raul Melo",
"license": "MIT",
"scripts": {
"build": "turbo build",
"lint": "turbo lint",
"test": "turbo test",
"typecheck": "turbo typecheck",
"prepare": "husky",
"lint-staged": "lint-staged"
},
"devDependencies": {
"@changesets/cli": "2.28.1",
"@codeowners-flow/cli": "workspace:*",
"@codeowners-flow/eslint": "workspace:*",
"@codeowners-flow/tsconfig": "workspace:*",
"eslint": "9.24.0",
"husky": "9.1.7",
"lint-staged": "15.5.0",
"prettier": "3.5.3",
"turbo": "2.5.0"
},
"packageManager": "bun@1.2.8"
}