-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "discloudapp",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"docgen": "typedoc && typedoc --options typedoc_md.json",
"build": "npm run build --workspaces || npm run build --workspaces",
"test": "npm run build && npm run test --workspaces"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/lodash": "^4.17.24",
"@types/node": "22",
"@types/source-map-support": "^0.5.10",
"@types/ws": "^8.18.1",
"dotenv": "^17.4.2",
"esbuild": "^0.28.0",
"eslint": "^10.4.0",
"eslint-plugin-tsdoc": "^0.5.2",
"globals": "^17.5.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.1.3",
"type-fest": "^5.6.0",
"typedoc": "^0.28.19",
"typedoc-material-theme": "^1.4.1",
"typedoc-plugin-coverage": "^4.0.3",
"typedoc-plugin-markdown": "^4.11.0",
"typedoc-plugin-mdn-links": "^5.1.1",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.60.0",
"unplugin-replace": "^0.9.0"
}
}