-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1001 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1001 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
{
"name": "@cornerstonejs/dicom-codec",
"version": "1.0.7",
"description": "",
"main": "src/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "echo 'Nothing to build' && exit 0",
"build:ci": "yarn run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.14"
},
"author": "",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3"
},
"peerDependencies": {
"@cornerstonejs/codec-big-endian": ">=0.1.0",
"@cornerstonejs/codec-charls": ">=1.2.3",
"@cornerstonejs/codec-libjpeg-turbo-8bit": ">=1.2.2",
"@cornerstonejs/codec-little-endian": ">=0.0.6",
"@cornerstonejs/codec-openjpeg": ">=1.2.4",
"@cornerstonejs/codec-openjph": "^2.4.7",
"@cornerstonejs/codec-libjxl": ">=0.0.1",
"browser-or-node": "^2.0.0",
"jpeg-lossless-decoder-js": "^2.0.4"
}
}