dicomicc
Version:
WASM bindings and JavaScript API for the dicomicc C library
49 lines (48 loc) • 1.01 kB
JSON
{
"name": "dicomicc",
"version": "0.1.0",
"description": "WASM bindings and JavaScript API for the dicomicc C library",
"main": "dist/dicomiccwasm.js",
"publishConfig": {
"access": "public"
},
"files": [
"package.json",
"README.md",
"dist"
],
"engines": {
"node": ">=0.14"
},
"directories": {
"test": "test"
},
"scripts": {
"build": "bash build-wasm.sh",
"prepublishOnly": "yarn run build",
"clean": "rm -rf ./build ./dist ./node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackermd/libdicomicc"
},
"keywords": [
"ICC",
"DICOM"
],
"author": {
"name": "Markus D. Herrmann",
"email": "hackermd@protonmail.com"
},
"contributors": [
{
"name": "Davide Punzo",
"email": "punzodavide@hotmail.it"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hackermd/libdicomicc/issues"
},
"homepage": "https://github.com/hackermd/libdicomicc#readme"
}