{
  "name": "@animespace/animegarden",
  "version": "0.1.0-beta.25",
  "description": "Create your own Anime Space",
  "keywords": [
    "anime",
    "animegarden",
    "dmhy",
    "animespace",
    "cli"
  ],
  "homepage": "https://animespace.onekuma.cn/",
  "bugs": {
    "url": "https://github.com/yjl9903/AnimeSpace/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yjl9903/AnimeSpace.git",
    "directory": "packages/animegarden"
  },
  "license": "AGPL-3.0",
  "author": "XLor",
  "sideEffects": false,
  "type": "module",
  "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",
  "files": [
    "dist",
    "*.mjs"
  ],
  "dependencies": {
    "@animegarden/client": "^0.5.2",
    "@breadc/color": "^0.9.7",
    "@naria2/node": "^0.1.2",
    "@onekuma/map": "^0.1.10",
    "anitomy": "^0.0.35",
    "breadfs": "^0.1.9",
    "cli-progress": "^3.12.0",
    "date-fns": "^4.1.0",
    "debug": "^4.4.1",
    "defu": "^6.1.4",
    "fs-extra": "^11.3.0",
    "get-port-please": "^3.1.2",
    "libaria2": "^1.0.95",
    "memofunc": "^0.1.6",
    "naria2": "^0.1.2",
    "pathe": "^2.0.3",
    "string-width": "^7.2.0",
    "webtorrent": "^2.6.8",
    "zod": "^3.25.67",
    "@animespace/core": "0.1.0-beta.25"
  },
  "devDependencies": {
    "breadc": "^0.9.7"
  },
  "engines": {
    "node": ">=v20.7.0"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "format": "prettier --write src/**/*.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}