@ahryman40k/ts-fhir-types
Version:
Typescript / Javascript object model for FHIR standard Model follows FHIR R4 specifications.
39 lines (38 loc) • 920 B
JSON
{
"name": "@ahryman40k/ts-fhir-types",
"version": "4.0.39",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "jest",
"clean": "rimraf lib/*",
"publish-me": "npm run clean && npm version patch && tsc -p . && npm publish",
"publish-coverage": "codecov --token=50ac9b8a-5b64-40a3-bac5-721272f90c71"
},
"repository": {
"type": "git",
"url": "git@github.com:Ahryman40k/typescript-fhir-types.git"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.17",
"codecov": "^3.8.3",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"files": [
"lib"
],
"dependencies": {
"fp-ts": "^2.11.8",
"io-ts": "^2.2.16",
"reflect-metadata": "^0.1.13"
}
}