liquid-data-handler
Version:
Transform plate layouts according to liquid handling instructions
40 lines (39 loc) • 951 B
JSON
{
"name": "liquid-data-handler",
"version": "1.0.0",
"description": "Transform plate layouts according to liquid handling instructions",
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./lib/index.js",
"author": "Nicole Wheatley",
"license": "MIT",
"peerDependencies": {
"@types/react": "=>17.0.37",
"@types/react-dom": "=>17.0.11"
},
"keywords": [
"automation",
"96-well-plate",
"384-well-plate",
"liquid handler",
"plate map",
"microplate",
"assay",
"assay automation",
"data tracking"
],
"dependencies": {
"@types/lodash": "4.14.178",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"array-object-transformer": "0.0.3",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "4.5.3",
"well-id-formatter": "1.2.4"
}
}