{
  "name": "@smile-cdr/fhirts",
  "version": "2.3.0",
  "description": "Fhir ts/js library for frontend apps",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "git://github.com/smilecdr/FHIR.ts",
  "scripts": {
    "build": "tsc",
    "test": "ts-node --project ./tsconfig.json node_modules/jasmine/bin/jasmine --config=spec/support/jasmine.json",
    "coverage": "nyc npm run test",
    "audit": "better-npm-audit audit"
  },
  "devDependencies": {
    "@types/jasmine": "^4.3.1",
    "@types/node": "^20.12.12",
    "better-npm-audit": "^3.7.3",
    "jasmine": "^4.5.0",
    "nyc": "^15.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.0.2"
  }
}
