{
  "name": "@hlink/core",
  "version": "2.0.10",
  "description": "hlink",
  "license": "MIT",
  "repository": "likun7981/hlink",
  "homepage": "https://hlink.likun.me",
  "author": {
    "name": "likun7981",
    "email": "likun7981@gmail.com"
  },
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "exports": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "engines": {
    "node": "^14.13.1 || >=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib",
    "types"
  ],
  "keywords": [
    "hlink",
    "hard-link",
    "core"
  ],
  "devDependencies": {
    "@types/dateformat": "^5.0.0",
    "@types/debug": "^4.1.7",
    "@types/micromatch": "^4.0.2",
    "@types/update-notifier": "^5.1.0"
  },
  "dependencies": {
    "@inquirer/confirm": "0.0.19-alpha.0",
    "ansi-escapes": "^5.0.0",
    "chalk": "^5",
    "dateformat": "^5.0.3",
    "debug": "^4.3.4",
    "execa": "^6",
    "fs-extra": "^10",
    "micromatch": "^4.0.5",
    "wrap-ansi": "^8.0.1"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "cp": "cp src/config/hlink.config.tpl lib/config/hlink.config.tpl",
    "build": "npm run clean && tsc && npm run cp",
    "dev": "npm run clean && tsc -w"
  }
}