{
  "name": "@stephansama/remark-asciinema",
  "version": "1.0.18",
  "description": "A remark plugin that transforms Asciinema links into embedded players or screenshots.",
  "keywords": [
    "asciinema",
    "remark",
    "remark-plugin"
  ],
  "homepage": "https://packages.stephansama.info/api/@stephansama/remark-asciinema",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephansama/packages.git",
    "directory": "core/remark-asciinema"
  },
  "license": "MIT",
  "author": {
    "name": "Stephan Randle",
    "email": "stephanrandle.dev@gmail.com",
    "url": "https://stephanrandle.netlify.app/"
  },
  "sideEffects": true,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "remark": "15.0.1",
    "tsdown": "0.21.10",
    "unist-util-visit": "5.1.0"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "inlinedDependencies": {
    "@types/unist": "3.0.3",
    "unist-util-is": "6.0.1",
    "unist-util-visit": "5.1.0",
    "unist-util-visit-parents": "6.0.2"
  },
  "readme": "./README.md",
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint ./",
    "lint:fix": "eslint ./ --fix"
  }
}