File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"build" : " npm run build:emscripten && npm run bindgen:typescript && npm run build:wasi" ,
8
- "build:emscripten" : " npx itk-wasm -i itkwasm/emscripten:20230214-4d22c050 build" ,
9
- "build:wasi" : " npx itk-wasm -i itkwasm/wasi:20230214-4d22c050 build" ,
10
- "bindgen:typescript" : " npx itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/cleaver --package-description \" The Cleaver multimaterial tetrahedral meshing tool.\" --repository 'https://github.com/SCIInstitute/Cleaver2'" ,
8
+ "build:emscripten" : " itk-wasm -i itkwasm/emscripten:20230214-4d22c050 build" ,
9
+ "build:wasi" : " itk-wasm -i itkwasm/wasi:20230214-4d22c050 build" ,
10
+ "bindgen:typescript" : " itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/cleaver --package-description \" The Cleaver multimaterial tetrahedral meshing tool.\" --repository 'https://github.com/SCIInstitute/Cleaver2'" ,
11
11
"clean" : " git clean -fdx -e node_modules"
12
12
},
13
13
"license" : " Apache-2.0" ,
14
14
"devDependencies" : {
15
- "itk-wasm" : " ^1.0.0-b.84 "
15
+ "itk-wasm" : " ^1.0.0-b.85 "
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments