{
  "name": "@vill-v/async",
  "version": "2.0.1",
  "description": "开发中围绕异步行为的技术总结",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "whitekite",
    "email": "1075790909@qq.com"
  },
  "sideEffects": false,
  "homepage": "https://vill-v-kit.github.io/vill-v/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vill-v-kit/async.git"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@vill-v/type-as": "^2.0.1"
  },
  "devDependencies": {
    "@oxc-project/runtime": "^0.75.0",
    "@types/node": "^22.15.33",
    "@vill-v/bumpp-github": "^4.0.0",
    "@vill-v/eslint-config": "^3.3.1",
    "@vill-v/prettier-config": "^1.0.0",
    "@vill-v/tsconfig": "^1.0.1",
    "eslint": "^9.29.0",
    "prettier": "^3.6.2",
    "publint": "^0.3.12",
    "tsdown": "^0.12.9",
    "typescript": "^5.8.3",
    "unplugin-unused": "^0.5.1",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "build": "pnpm dlx automd && tsdown",
    "release": "vbumpp -r && pnpm build",
    "test": "vitest"
  }
}