{
  "name": "@icebreakers/profile",
  "type": "module",
  "version": "4.1.0",
  "description": "icebreaker's profile",
  "author": "ice breaker <1324318532@qq.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonofmagic/sonofmagic.git",
    "directory": "packages/profile"
  },
  "bugs": {
    "url": "https://github.com/sonofmagic/sonofmagic/issues"
  },
  "keywords": [
    "icebreaker",
    "sonofmagic",
    "yangqiming",
    "profile",
    "profile-icebreaker",
    "resume",
    "i18n"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "profile": "./bin/index.js"
  },
  "files": [
    "assets",
    "bin",
    "dist"
  ],
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "devDependencies": {
    "@types/prompts": "^2.4.9",
    "@types/qrcode": "^1.5.6",
    "ansis": "^4.3.1",
    "axios": "^1.17.0",
    "boxen": "^8.0.1",
    "cac": "^7.0.0",
    "enquirer": "^2.4.1",
    "i18next": "^26.3.1",
    "inquirer": "^14.0.2",
    "is-interactive": "^2.0.0",
    "is-unicode-supported": "^2.1.0",
    "nanospinner": "^1.2.2",
    "node-emoji": "^2.2.0",
    "oo-ascii-tree": "^1.134.0",
    "open": "^11.0.0",
    "prompts": "^2.4.2",
    "qrcode": "^1.5.4"
  },
  "scripts": {
    "dev": "tsdown --watch --sourcemap",
    "build": "tsdown --minify",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:dev": "vitest",
    "release": "pnpm publish",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  }
}