{
  "name": "marked-extended-tables",
  "version": "2.0.1",
  "description": "extended Markdown tables for Marked.js",
  "main": "./lib/index.cjs",
  "module": "./src/index.js",
  "browser": "./lib/index.umd.js",
  "type": "module",
  "keywords": [
    "marked",
    "extension",
    "table",
    "span",
    "column",
    "row",
    "header"
  ],
  "scripts": {
    "test": "jest --verbose",
    "test:cover": "jest --coverage",
    "test:marked": "node --test --test-reporter=dot spec/marked.spec.js",
    "lint": "eslint --fix .",
    "lint:dry": "eslint .",
    "build": "rollup -c rollup.config.umd.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/calculuschild/marked-extended-tables.git"
  },
  "author": "Trevor Buckner <calculuschild@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/calculuschild/marked-extended-tables/issues"
  },
  "homepage": "https://github.com/calculuschild/marked-extended-tables#readme",
  "peerDependencies": {
    "marked": ">=3 <16"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@markedjs/testutils": "^15.0.0-0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "babel-jest": "^29.5.0",
    "eslint": "^8.57.1",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.6.0",
    "jest-cli": "^29.7.0",
    "rollup": "^4.34.8",
    "semantic-release": "^24.2.3"
  }
}
