{
  "name": "@bcgsc-pori/graphkb-parser",
  "version": "2.1.2",
  "description": "A package for parsing and recreating HGVS-like variant notation used in GraphKB",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "NODE_ENV=test jest --config config/jest.config.js --detectOpenHandles --forceExit",
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm ci && npm run build",
    "lint": "eslint src test -c .eslintrc.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bcgsc/pori_graphkb_parser"
  },
  "bugs": {
    "email": "graphkb@bcgsc.ca"
  },
  "author": "",
  "license": "GPL-3.0",
  "dependencies": {
    "json-cycle": "^1.3.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@types/jest": "^27.4.0",
    "@typescript-eslint/eslint-plugin": "^5.10.2",
    "@typescript-eslint/parser": "^5.10.2",
    "eslint": "^8.3.0",
    "eslint-config-airbnb": "^19.0.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-jest-formatting": "^1.2.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.2",
    "jest": "^27.3.1",
    "jest-circus": "^25.1.0",
    "jest-environment-node": "^25.1.0",
    "jest-junit": "^13.0.0",
    "typescript": "^4.5.5"
  }
}
