{
  "name": "@duetds/marked",
  "version": "3.1.62",
  "description": "This package includes Duet Markdown utilities and related tools.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "LocalTapiola Services Ltd <duetdesignsystem@lahitapiola.fi>",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "mkdir -p lib && tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "test": "npm run lint && npm run build && jest",
    "test:ci": "npm run lint && npm run build && jest -ci --silent"
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
      "accessibility": "off",
      "ecmaFeatures": {
        "jsx": true
      },
      "ecmaVersion": 2018,
      "sourceType": "module"
    },
    "plugins": [
      "@typescript-eslint"
    ],
    "extends": [
      "plugin:@typescript-eslint/recommended",
      "prettier"
    ],
    "rules": {
      "comma-dangle": [
        "error",
        "always-multiline"
      ],
      "curly": [
        "error",
        "all"
      ],
      "no-console": "off",
      "no-undef": "off",
      "no-unused-vars": "off",
      "no-var": "off",
      "prefer-rest-params": "off",
      "@typescript-eslint/ban-ts-ignore": "off",
      "@typescript-eslint/explicit-function-return-type": "off",
      "@typescript-eslint/explicit-member-accessibility": "off",
      "@typescript-eslint/no-inferrable-types": "off",
      "@typescript-eslint/no-this-alias": "off",
      "@typescript-eslint/no-unused-vars": "off",
      "@typescript-eslint/no-use-before-define": "off",
      "@typescript-eslint/no-var-requires": "off"
    }
  },
  "jest": {
    "snapshotSerializers": [
      "jest-serializer-html"
    ]
  },
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@babel/preset-env": "7.26.0",
    "@types/marked": "4.0.8",
    "@typescript-eslint/parser": "8.14.0",
    "babel-jest": "29.7.0",
    "eslint": "9.14.0",
    "jest": "29.4.3",
    "jest-serializer-html": "7.1.0",
    "marked": "4.2.12",
    "prettier": "2.8.4",
    "typescript": "5.5.4"
  },
  "peerDependencies": {
    "marked": "3.0.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "7a3d536dab8cf06d8fe32654593aa87fe85aecf8"
}
