@automate-medical/gli2012
Version:
Continuous prediction equations for spirometric indices
34 lines (33 loc) • 839 B
JSON
{
"name": "@automate-medical/gli2012",
"version": "1.1.0",
"description": "Continuous prediction equations for spirometric indices",
"module": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Automate-Medical/gli2012.git"
},
"keywords": [
"medical",
"lungs",
"pulmonary",
"spirometry"
],
"author": "Automate Medical Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Automate-Medical/gli2012/issues"
},
"homepage": "https://github.com/Automate-Medical/gli2012#readme",
"devDependencies": {
"typescript": "^4.1.2"
},
"type": "module",
"types": "dist/index.d.ts",
"main": "index.js"
}