{
  "name": "remark-obsidian-link",
  "version": "0.2.4",
  "description": "",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aegatlin/remark-obsidian-link.git"
  },
  "scripts": {
    "test": "node --test",
    "format": "prettier --write lib test.js README.md",
    "prepare": "skooh",
    "ppp": "npm version patch && git push && npm publish",
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "module",
  "hooks": {
    "pre-commit": "npm run format"
  },
  "dependencies": {
    "mdast-builder": "^1.1.1",
    "remark-wiki-link": "^2.0.1",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "prettier": "^3.3.3",
    "remark": "^15.0.1",
    "skooh": "^0.3.2",
    "typescript": "^5.6.2"
  }
}
