{
  "name": "remark-custom-tasks",
  "version": "0.1.0",
  "description": "remark plugin for custom task markers in markdown lists",
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "scripts": {
    "test": "node --test *.test.js",
    "demo": "node demo.js",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "unified",
    "remark",
    "remark-plugin",
    "markdown",
    "mdast",
    "task",
    "cannonball",
    "obsidian"
  ],
  "author": "Thomas Rueckstiess <from+github@tomr.au> (https://tomr.au)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rueckstiess/remark-custom-tasks.git"
  },
  "bugs": {
    "url": "https://github.com/rueckstiess/remark-custom-tasks/issues"
  },
  "homepage": "https://github.com/rueckstiess/remark-custom-tasks#readme",
  "dependencies": {
    "unist-util-visit": "^4.1.2"
  },
  "devDependencies": {
    "@types/mdast": "^3.0.11",
    "remark": "^14.0.3"
  },
  "peerDependencies": {
    "unified": "^10.0.0"
  }
}