-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 935 Bytes
/
package.json
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": "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": "^9.18.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.10",
"@types/source-map-support": "^0.5.10",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
"eslint-plugin-tsdoc": "^0.4.0",
"globals": "^15.14.0",
"rimraf": "^6.0.1",
"typedoc": "^0.27.6",
"typedoc-material-theme": "^1.3.0",
"typedoc-plugin-coverage": "^3.4.1",
"typedoc-plugin-markdown": "^4.4.1",
"typedoc-plugin-mdn-links": "^4.0.10",
"typedoc-plugin-rename-defaults": "^0.7.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
}
}