-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
37
38
39
40
41
{
"name": "robindoc-root",
"version": "1.0.0",
"description": "",
"scripts": {
"lint": "eslint .",
"eslint": "eslint",
"prepare": "husky"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"eslint"
]
},
"repository": {
"type": "git",
"url": "git://github.com/alexdln/robindoc.git"
},
"author": {
"name": "Alex Savelyev",
"email": "dev@alexdln.com",
"url": "https://github.com/alexdln/"
},
"devDependencies": {
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"husky": "9.1.7",
"prettier": "3.8.1",
"typescript-eslint": "8.54.0"
},
"resolutions": {
"nextjs-contributing>robindoc": "workspace:*",
"nextjs-contributing>@robindoc/minisearch": "workspace:*",
"nextjs-contributing>@robindoc/next": "workspace:*",
"site>@robindoc/next": "workspace:*",
"@robindoc/next>robindoc": "workspace:*"
},
"license": "MIT",
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}