{
  "name": "@icebreakers/deploy",
  "version": "0.1.6",
  "description": "icebreaker's deploy frontend to cdn pkg",
  "author": "SonOfMagic <qq1324318532@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/sonofmagic/utils/tree/main/packages/deploy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonofmagic/utils.git"
  },
  "keywords": [
    "deploy"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": {
    "ice-deploy": "bin/ice-deploy.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "cli-progress": "^3.12.0",
    "cos-nodejs-sdk-v5": "2.14.5",
    "dotenv": "^16.4.5",
    "klaw": "^4.1.0",
    "minimist": "^1.2.8",
    "tencentcloud-sdk-nodejs-cdn": "^4.0.795"
  },
  "devDependencies": {
    "@icebreakers/rollup": "*",
    "@icebreakers/tsconfig": "*",
    "@types/cli-progress": "^3.11.5",
    "@types/klaw": "^3.0.6",
    "@types/minimist": "^1.2.5"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "unbuild",
    "dev:tsc": "tsc -p tsconfig.json --sourceMap",
    "build:tsc": "tsc -p tsconfig.json",
    "test": "vitest run",
    "test:dev": "vitest"
  }
}