-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 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
42
43
{
"name": "@betterdiscord/docs",
"version": "2.0.0",
"private": true,
"scripts": {
"api": "typedoc",
"lint": "eslint --ext .ts --ignore-path .gitignore .",
"dev": "vitepress dev .",
"build": "vitepress build .",
"preview": "vitepress preview ."
},
"devDependencies": {
"@types/bun": "^1.3.14",
"@types/eslint": "^9.6.1",
"eslint": "^9.39.5",
"globals": "^16.5.0",
"typedoc": "^0.28.20",
"typedoc-plugin-markdown": "^4.12.0",
"typedoc-plugin-merge-modules": "^7.0.0",
"typedoc-plugin-missing-exports": "^4.1.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.65.0",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.7.5",
"vitepress-sidebar": "^1.36.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
},
"type": "module"
}