-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
31 lines (31 loc) · 1.19 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
{
"name": "itk-elastix-build",
"version": "0.1.0",
"description": "npm scripts to generate itk-wasm artifacts.",
"private": true,
"packageManager": "[email protected]",
"type": "module",
"itk-wasm": {
"description": "A toolbox for rigid and nonrigid registration of images.",
"repository": "https://github.com/InsightSoftwareConsortium/ITKElastix",
"package-version": "0.3.1",
"test-data-hash": "bafybeie7oon27usqjgrtxodzkbd4i6sanfwobv26c3tf7adhxop46o2f3q",
"test-data-urls": [
"https://data.kitware.com/api/v1/file/65196dede7f0366cdfec199e/download",
"https://bafybeid5dvqt2z4uhyal7fws5sai7vc6vgrlicknr5tdqi2phx5q7vl3qm.ipfs.w3s.link/ipfs/bafybeid5dvqt2z4uhyal7fws5sai7vc6vgrlicknr5tdqi2phx5q7vl3qm/data.tar.gz"
],
"emscripten-docker-image": "itkwasm/emscripten:20240810-4e9a4bf0",
"wasi-docker-image": "itkwasm/wasi:20240810-4e9a4bf0",
"typescript-package-name": "@itk-wasm/elastix",
"typescript-output-dir": "wasm/typescript",
"python-package-name": "itkwasm-elastix",
"python-output-dir": "wasm/python"
},
"scripts": {
},
"license": "Apache-2.0",
"devDependencies": {
"@itk-wasm/dam": "^1.1.1",
"itk-wasm": "^1.0.0-b.178"
}
}