-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.77 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "dicom-to-json",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {
"my-build": "run-script-os",
"my-build:win32": "npx cmake-js compile --CDWITH_LIBICONVINC:PATH=\"%INIT_CWD%/config/include/libiconv-1.16\" --CDDCMTK_ENABLE_CHARSET_CONVERSION:STRING=\"libiconv\" --CDDCMTK_WITH_ICONV:BOOL=1 --CDBUILD_SHARED_LIBS:BOOL=\"1\" --CDnapi_build_version=4",
"my-build:linux": "npx cmake-js compile --CDWITH_LIBICONVINC:PATH=\"/usr/local/apps\" --CDDCMTK_ENABLE_CHARSET_CONVERSION:STRING=\"libiconv\" --CDDCMTK_WITH_ICONV:BOOL=1 --CDnapi_build_version=4",
"install": "run-script-os",
"install:win32": "npx prebuild-install -r napi || npx cmake-js compile --CDWITH_LIBICONVINC:PATH=\"%INIT_CWD%/config/include/libiconv-1.16\" --CDDCMTK_ENABLE_CHARSET_CONVERSION:STRING=\"libiconv\" --CDDCMTK_WITH_ICONV:BOOL=1 --CDBUILD_SHARED_LIBS:BOOL=\"1\" --CDnapi_build_version=4",
"install:linux": "npx prebuild-install -r napi || npx cmake-js compile --CDWITH_LIBICONVINC:PATH=\"/usr/local/apps\" --CDDCMTK_ENABLE_CHARSET_CONVERSION:STRING=\"libiconv\" --CDDCMTK_WITH_ICONV:BOOL=1 --CDnapi_build_version=4",
"prebuild": "npx prebuild -t 4 -r napi --all --verbose --backend cmake-js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bindings": "^1.5.0",
"cmake-js": "^6.2.1",
"node-addon-api": "^4.0.0",
"prebuild-install": "^6.1.4",
"run-script-os": "^1.1.6"
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
}
},
"binary": {
"napi_versions": [
4
]
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "https://github.com/Chinlinlee/dicom-to-json.git"
}
}