-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1021 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
37
38
39
40
41
42
{
"name": "@hoverexplain/root",
"version": "1.5.1",
"private": true,
"scripts": {
"dev": "pnpm -r --parallel dev",
"start": "pnpm -r --parallel start",
"check:types": "pnpm -r --parallel check:types",
"lint": "pnpm -r --parallel lint",
"build": "pnpm -r build",
"lint:fix": "pnpm -r --parallel lint:fix",
"clean": "pnpm -r exec rm -rf dist tsconfig.tsbuildinfo",
"prepare": "husky"
},
"keywords": [
"hover",
"code-understanding",
"ai",
"documentation",
"vscode-extension",
"developer-tools"
],
"author": {
"name": "Lucky R",
"url": "https://github.com/lra8dev"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lra8dev/hoverexplain"
},
"packageManager": "pnpm@10.28.1",
"devDependencies": {
"@hoverexplain/eslint-config": "workspace:*",
"typescript": "catalog:core",
"husky": "catalog:tooling",
"eslint": "catalog:tooling"
}
}