{
  "name": "@reactive-dot/vue",
  "version": "0.72.0",
  "description": "Vue library for ReactiveDOT",
  "keywords": [
    "substrate",
    "polkadot",
    "vue"
  ],
  "homepage": "https://reactivedot.dev/",
  "bugs": {
    "url": "https://github.com/buffed-labs/reactive-dot/issues",
    "email": "tien.nguyenkhac@icloud.com"
  },
  "license": "LGPL-3.0-or-later",
  "author": "Tiến Nguyễn Khắc <tien.nguyenkhac@icloud.com> (https://tien.zone/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/buffed-labs/reactive-dot.git",
    "directory": "packages/vue"
  },
  "type": "module",
  "files": [
    "src",
    "build"
  ],
  "exports": "./build/index.js",
  "scripts": {
    "dev": "tsc --build --watch",
    "build": " tsc --build --clean && tsc --build",
    "lint": "eslint src",
    "test": "vitest"
  },
  "dependencies": {
    "@reactive-dot/core": "^0.72.0"
  },
  "devDependencies": {
    "@reactive-dot/eslint-config": "^0.0.0",
    "@reactive-dot/test": "^0.0.0",
    "@tsconfig/recommended": "^1.0.13",
    "@tsconfig/strictest": "^2.0.8",
    "@types/jsdom": "^28.0.1",
    "eslint": "^10.2.0",
    "jsdom": "^29.0.2",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4",
    "vue": "^3.5.32"
  },
  "peerDependencies": {
    "vue": "3.x"
  }
}