forked from usebruno/bruno-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 883 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
{
"name": "bruno-api-docs",
"private": true,
"workspaces": [
"packages/bruno-api-docs"
],
"homepage": "https://www.opencollection.com",
"scripts": {
"prepare": "husky",
"setup": "sh scripts/setup.sh",
"lint": "eslint",
"lint:fix": "eslint --fix",
"lint:verbose": "eslint --debug",
"changeset": "sh scripts/changeset.sh",
"version": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.31.1",
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.39.5",
"@stylistic/eslint-plugin": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.21.0",
"eslint-plugin-diff": "^2.0.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.15.0",
"husky": "^9.1.7",
"nano-staged": "^0.8.0"
}
}