{
  "name": "@animepaste/core",
  "version": "0.0.7",
  "description": "Paste your favourite anime online",
  "keywords": [
    "anime",
    "AnimePaste",
    "XLorPaste",
    "cli"
  ],
  "homepage": "https://anime.docs.xlorpaste.cn/",
  "bugs": {
    "url": "https://github.com/XLorPaste/AnimePaste/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XLorPaste/AnimePaste.git"
  },
  "license": "AGPL-3.0",
  "author": "XLor",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "*.mjs"
  ],
  "dependencies": {
    "defu": "^6.1.2",
    "globby": "^13.1.4",
    "yaml": "^2.2.2"
  },
  "devDependencies": {
    "breadc": "^0.9.3",
    "rimraf": "^5.0.0"
  },
  "engines": {
    "node": ">=v16.0.0"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "format": "prettier --write src/**/*.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}