-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (32 loc) · 1.32 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
{
"name": "camicroscope",
"version": "3.0.0",
"description": "",
"scripts": {
"test" : "jest",
"test-mocha": "mocha",
"lint": "eslint ./core/*.js ./components/**/*.js ./common/smartpen/*.js common/DicomWebMods.js ./apps/*.js ./apps/port/*.js ./apps/heatmap/*.js ./apps/multi/*.js ./apps/labeling/*.js ./apps/loader/*.js ./apps/model/*.js ./apps/segment/*.js ./apps/model/**/*.js ./apps/segment/**/*.js ./apps/viewer/*.js ./apps/dicom-web/*.js --quiet",
"lint-fix": "eslint ./core/*.js ./components/**/*.js ./common/DicomWebMods.js ./common/smartpen/*.js ./apps/*.js ./apps/port/*.js ./apps/heatmap/*.js ./apps/multi/*.js ./apps/labeling/*.js ./apps/loader/*.js ./apps/model/*.js ./apps/segment/*.js ./apps/model/**/*.js ./apps/segment/**/*.js ./apps/viewer/*.js ./apps/dicom-web/*.js --quiet --fix"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"eslint": "^10.8.0",
"eslint-config-google": "^0.14.0",
"globals": "^16.5.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jsdom": "^26.1.0",
"mocha": "^11.7.6",
"node-fetch": "^2.6.7"
},
"overrides": {
"serialize-javascript": "^7.0.7",
"minimatch": "^10.2.6",
"diff": "^9.0.0"
},
"jest": {
"testEnvironment": "jest-environment-jsdom"
}
}