{
  "name": "gofsh",
  "version": "2.6.1",
  "description": "GoFSH is a FHIR Shorthand (FSH) decompiler, able to convert formal FHIR definitions from JSON to FSH.",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf dist && tsc && copyfiles -u 2 \"src/utils/template.html\" dist/utils",
    "check": "npm run test && npm run lint && npm run prettier",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "coverage": "opener coverage/lcov-report/index.html",
    "lint": "tsc && eslint \"**/*.{js,ts}\"",
    "lint:fix": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix",
    "prettier": "prettier --check \"**/*.{js,ts}\"",
    "prettier:fix": "prettier --write \"**/*.{js,ts}\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm run check"
  },
  "bin": {
    "gofsh": "dist/app.js"
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.{js,json,d.ts}",
    "dist/utils/template.html"
  ],
  "contributors": [
    "Julia Afeltra <jafeltra@mitre.org>",
    "Julian Carter <jacarter@mitre.org",
    "Nick Freiter <nfreiter@mitre.org>",
    "Chris Moesel <cmoesel@mitre.org>",
    "Mint Thompson <mathompson@mitre.org>",
    "Guhan B. Thuran <gthuran@mitre.org>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/FHIR/GoFSH.git"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@types/antlr4": "^4.12.0",
    "@types/flat": "^5.0.5",
    "@types/fs-extra": "^11.0.4",
    "@types/ini": "^4.1.1",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.24",
    "@types/node": "^22.19.15",
    "@types/readline-sync": "^1.4.8",
    "@types/semver": "^7.7.1",
    "@types/temp": "^0.9.4",
    "@types/text-table": "^0.2.5",
    "@types/toposort": "^2.0.7",
    "@types/valid-url": "^1.0.7",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "copyfiles": "^2.4.1",
    "eslint": "^10.0.3",
    "eslint-config-prettier": "^10.1.8",
    "jest": "^30.2.0",
    "jest-extended": "^7.0.0",
    "opener": "^1.5.2",
    "prettier": "^3.8.1",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "antlr4": "^4.13.2",
    "chalk": "^4.1.2",
    "commander": "^13.1.0",
    "diff": "^8.0.2",
    "diff2html": "^3.4.56",
    "fhir-package-loader": "^2.2.4",
    "fhir-tool": "^5.0.2",
    "flat": "^5.0.2",
    "fs-extra": "^11.3.3",
    "fsh-sushi": "^3.18.1",
    "ini": "^5.0.0",
    "lodash": "^4.17.21",
    "readline-sync": "^1.4.10",
    "sanitize-filename": "^1.6.3",
    "semver": "^7.7.4",
    "temp": "^0.9.4",
    "text-table": "^0.2.0",
    "toposort": "^2.0.2",
    "valid-url": "^1.0.9",
    "winston": "^3.19.0",
    "yaml": "^2.8.2"
  },
  "overrides": {
    "semver": "$semver"
  }
}
