{
  "name": "skill-atlas-cli",
  "version": "0.9.0",
  "description": "skill-atlas CLI - 虾小宝 命令行工具",
  "homepage": "https://skillatlas.cn/",
  "type": "module",
  "main": "bin/cli.js",
  "bin": {
    "skill-atlas": "bin/cli.js",
    "skillatlas": "bin/cli.js",
    "skillAtlas": "bin/cli.js",
    "skill-atlas-cli": "bin/cli.js"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "start": "node bin/cli.js",
    "start:pre": "SKILLATLAS_ENV=pre node bin/cli.js",
    "mock:register": "SKILLATLAS_API_BASE=http://localhost:3456 node bin/cli.js agent-register",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "release": "npm run test && node scripts/release.js",
    "oss:upload": "node scripts/oss-upload.js"
  },
  "files": [
    "bin",
    "lib",
    "package.json",
    "README.md",
    "skill-review.md",
    "install.sh",
    "install.ps1"
  ],
  "keywords": [
    "skill-atlas",
    "skillatlas",
    "虾小宝",
    "安全可靠的SKILL市场"
  ],
  "author": "",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@clack/prompts": "^1.1.0",
    "axios": "^1.13.6",
    "cac": "^7.0.0",
    "chalk": "^5.6.2",
    "consola": "^3.4.2",
    "secp256k1": "^5.0.1",
    "semver": "^7.7.4",
    "sha3": "^2.1.4"
  },
  "devDependencies": {
    "@types/node": "^22.19.15",
    "@types/secp256k1": "^4.0.6",
    "ali-oss": "^6.23.0",
    "dotenv": "^17.4.2",
    "picocolors": "^1.1.1",
    "simple-git": "^3.33.0",
    "tsdown": "^0.21.4",
    "typescript": "^5.9.3",
    "vitest": "^2.1.9",
    "xdg-basedir": "^5.1.0"
  },
  "engines": {
    "node": ">=20.19"
  }
}
