-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 741 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 741 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
{
"name": "Dive Manager",
"version": "0.0.1",
"type": "module",
"description": "Dive Stats Capture",
"private": true,
"scripts": {
"lint": "eslint src/*.js -f unix",
"doc": "jsdoc -c jsdoc_config.json src/*.js",
"test": "mocha --recursive --extension js --timeout=5000 test"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"body-parser": "^2.2.2",
"chai": "^6.2.2",
"cors": "^2.8.6",
"docdash": "^2.0.2",
"eslint": "^10.0.0",
"eslint-formatter-unix": "^9.0.1",
"express": "^5.2.1",
"express-basic-auth": "^1.2.1",
"globals": "^17.3.0",
"jsdoc": "^4.0.5",
"posix-getopt": "^1.2.1"
}
}