{
  "name": "@mdfriday/shortcode",
  "version": "0.0.14",
  "description": "A flexible component-based shortcode system for Markdown content with theme support",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "type": "commonjs",
  "sideEffects": false,
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "start": "webpack serve",
    "build": "webpack",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:unit": "jest test/unit",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "markdown",
    "shortcode",
    "components",
    "theme",
    "css",
    "styling",
    "mdfriday",
    "content",
    "renderer"
  ],
  "author": "MDFriday Team",
  "homepage": "https://github.com/mdfriday/shortcode-components",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdfriday/shortcode-components.git"
  },
  "bugs": {
    "url": "https://github.com/mdfriday/shortcode-components/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "@mdfriday/shortcode-compiler": "^0.2.6",
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-loader": "^9.4.4",
    "typescript": "^5.0.0",
    "webpack": "^5.80.0",
    "webpack-cli": "^5.0.2",
    "webpack-dev-server": "^4.15.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
