{
  "name": "@flowusx/flowus-shared",
  "version": "0.1.0",
  "description": "FlowUs Shared Library",
  "keywords": [
    "flowus",
    "blog",
    "elog",
    "hexo",
    "yuque",
    "notion"
  ],
  "homepage": "https://github.com/FlowUsX/flowus-x/blob/main/packages/flowus-shared/README.md",
  "author": "1874 <me@mail.1874.cool>",
  "license": "MIT",
  "engines": {
    "node": ">=20.18.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FlowUsX/flowus-x.git"
  },
  "bugs": {
    "url": "https://github.com/FlowUsX/flowus-x/issues"
  },
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "urllib": "4.9.0",
    "chalk": "^4.1.2",
    "lodash": "^4.17.21",
    "shelljs": "^0.8.5"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/lodash": "^4.14.189",
    "@types/shelljs": "^0.8.11"
  },
  "scripts": {
    "build": "rimraf dist && tsup --legacy-output"
  }
}