{
  "name": "@idlebox/ensure-symlink",
  "type": "module",
  "version": "1.0.43",
  "description": "ensure symbol link exists, and content (target) is what you want.",
  "license": "MIT",
  "author": "GongT <admin@gongt.me>",
  "main": "./index.js",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@types/node": "^25.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GongT/baobao.git",
    "directory": "@idlebox/ensure-symlink"
  },
  "sideEffects": false,
  "scripts": {}
}