-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1016 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1016 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
{
"name": "root-letsdodigital.github.io",
"version": "1.0.0",
"description": "Root code",
"workspaces": [
"utils"
],
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/selenium-webdriver": "^4.1.28",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"axios": "^1.7.7",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"glob": "^11.0.0",
"globals": "^15.13.0",
"gray-matter": "^4.0.3",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"markdownlint": "^0.37.1",
"prettier": "^3.3.3",
"selenium-webdriver": "^4.27.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.27.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.18.1",
"yaml": "^2.6.1"
},
"dependencies": {
"node-fetch": "^3.3.2"
}
}