UNPKG

fhirtypes

Version:
57 lines (56 loc) 1.37 kB
{ "name": "fhirtypes", "version": "1.35.0", "description": "FHIR Types", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/robertoAraneda/fhir-types" }, "bugs": { "url": "https://github.com/robertoAraneda/fhir-types/issues", "email": "robaraneda@gmail.com" }, "scripts": { "lint": "eslint ./src", "test": "jest", "build": "tsc -p tsconfig.enum.json && tsc -p tsconfig.type.json", "format": "prettier --write \"src/**/*.ts\"", "prepare": "husky", "commitlint": "commitlint --edit" }, "devDependencies": { "@commitlint/cli": "^19.4.0", "@commitlint/config-conventional": "^19.2.2", "@eslint/js": "^9.9.0", "@types/jest": "^29.5.12", "eslint": "^9.9.0", "eslint-plugin-jest": "^28.8.0", "globals": "^15.9.0", "husky": "^9.1.4", "jest": "^29.7.0", "lint-staged": "^15.2.8", "prettier": "^3.2.5", "standard-version": "^9.5.0", "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.3.3", "typescript-eslint": "^8.0.1" }, "keywords": [ "FHIR", "Types", "Validator", "Resource" ], "author": "Roberto Araneda", "license": "MIT", "files": [ "dist/*", "README.md", "package.json", "LICENSE.md" ] }