{
  "author": "Christopher <christopher@aitmed.com>",
  "dependencies": {
    "@aitmed/cadl": "^1.0.726",
    "@aitmed/ecos-lvl2-sdk": "^1.4.205",
    "app-root-path": "^3.0.0",
    "canvas": "^2.9.3",
    "gatsby-plugin-utils": "^3.13.0",
    "gatsby-source-filesystem": "^4.19.0",
    "jsdom": "^20.0.0",
    "jsdom-global": "^3.0.2",
    "loglevel": "^1.8.0",
    "noodl": "^0.0.45",
    "noodl-action-chain": "^0.0.160",
    "noodl-types": "^1.0.274",
    "noodl-ui": "^0.1.1177"
  },
  "description": "Gatsby AiTmed plugin to generate static pages from a noodl config",
  "devDependencies": {
    "@types/app-root-path": "^1.2.4",
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "app-root-path": "^3.0.0",
    "chai": "^4.3.6",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "gatsby": "^4.23.0",
    "mocha": "^10.0.0",
    "ts-mocha": "^10.0.0"
  },
  "eslintConfig": {
    "env": {
      "es6": true,
      "mocha": true,
      "node": true
    },
    "extends": [
      "plugin:prettier/recommended",
      "plugin:import/recommended"
    ],
    "ignorePatterns": [
      "**/*.js.map",
      "legacy",
      "dist",
      "output",
      "node_modules"
    ],
    "parserOptions": {
      "ecmaVersion": 2020,
      "sourceType": "module"
    },
    "plugins": [],
    "root": true,
    "rules": {
      "array-callback-return": "error",
      "arrow-parens": "warn",
      "arrow-spacing": "warn",
      "camelcase": "off",
      "class-methods-use-this": "warn",
      "consistent-return": "off",
      "generator-star-spacing": "error",
      "global-require": "off",
      "import/export": "error",
      "import/no-extraneous-dependencies": "off",
      "import/prefer-default-export": "off",
      "no-alert": "off",
      "no-array-constructor": "error",
      "no-await-in-loop": "off",
      "no-console": "off",
      "no-continue": "off",
      "no-empty-function": "warn",
      "no-inner-declarations": "off",
      "no-lone-blocks": "off",
      "no-loop-func": "error",
      "no-new": "off",
      "no-new-func": "error",
      "no-param-reassign": "off",
      "no-plusplus": "off",
      "no-restricted-syntax": "off",
      "no-shadow": "warn",
      "no-template-curly-in-string": "off",
      "no-undef": "error",
      "no-underscore-dangle": "off",
      "no-unused-expressions": "off",
      "no-unused-vars": "warn",
      "no-use-before-define": [
        "error",
        {
          "functions": false
        }
      ],
      "no-useless-escape": "error",
      "prefer-const": "warn",
      "prefer-object-spread": "error",
      "prefer-spread": "warn",
      "space-before-blocks": "error"
    },
    "settings": {
      "react": {
        "version": "latest"
      }
    }
  },
  "gitHead": "12f36ba01c0e3f6e069650f933a4068887532537",
  "keywords": [
    "aitmed",
    "website",
    "noodl",
    "static",
    "gatsby"
  ],
  "license": "0BSD",
  "main": "gatsby-node.js",
  "name": "gatsby-plugin-noodl",
  "prettier": {
    "arrowParens": "always",
    "endOfLine": "lf",
    "printWidth": 80,
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "all"
  },
  "scripts": {
    "build": "tsc",
    "bump:minor": "npm version patch -f",
    "start": "tsc -w",
    "test": "cross-env NODE_ENV=test TS_NODE_PROJECT=\"tsconfig.test.json\" ts-mocha --source-map-support --watch --watch-files src \"src/__tests__/**/*.test.ts\" --file src/__tests__/setup.ts"
  },
  "types": "./types.d.ts",
  "version": "0.0.100"
}
