{
  "name": "@kousum/vue-draggable",
  "version": "1.0.2",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/types/index.d.ts",
  "dependencies": {
    "vue": "^3.2.45",
    "lodash": "^4.17.21",
    "clsx": "1.2.1"
  },
  "peerDependencies": {
    "vue": "^3.2.45",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.4",
    "@types/lodash": "^4.14.191",
    "@types/jsdom": "^20.0.1",
    "@types/node": "^18.11.12",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vitejs/plugin-vue-jsx": "^3.0.0",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^11.0.0",
    "@vue/test-utils": "^2.2.6",
    "@vue/tsconfig": "^0.1.3",
    "rimraf": "^3.0.2",
    "eslint": "^8.22.0",
    "eslint-plugin-vue": "^9.3.0",
    "jsdom": "^20.0.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "typescript": "~4.7.4",
    "vite": "^4.0.0",
    "vitest": "^0.25.6",
    "vue-tsc": "^1.0.12"
  },
  "scripts": {
    "dev": "vite",
    "rm:dist": "rimraf dist",
    "tsc": "tsc -b --force tsconfig.build.json",
    "build": "pnpm rm:dist && vue-tsc --noEmit && vite build && tsc -b --force tsconfig.build.json",
    "preview": "vite preview",
    "test:unit": "vitest --environment jsdom --root src/",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  }
}