{
  "name": "vue-hot-toast",
  "version": "0.0.1-rc.4",
  "description": "This is the best Vue library ever!",
  "type": "module",
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "typings": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.umd.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./index.css": "./dist/index.css"
  },
  "files": [
    "./dist",
    "./LICENSE"
  ],
  "license": "MIT",
  "author": "Khairul Haaziw (https://github.com/khairulhaaziq)",
  "homepage": "https://github.com/khairulhaaziq/vue-hot-toast",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/khairulhaaziq/vue-hot-toast.git"
  },
  "bugs": {
    "url": "https://github.com/khairulhaaziq/vue-hot-toast/issues"
  },
  "keywords": [],
  "scripts": {
    "dev": "vite",
    "build": "run-p format lint && run-p type-check build-only type-gen",
    "build-only": "rimraf dist && vite build",
    "type-check": "vue-tsc --noEmit",
    "type-gen": "vue-tsc --declaration  --emitDeclarationOnly",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,md,vue}\" --ignore-path .gitignore",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.2.0",
    "@types/node": "^18.11.18",
    "@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.2",
    "@vue/tsconfig": "^0.1.3",
    "dts-bundle": "^0.7.3",
    "eslint": "^8.31.0",
    "eslint-plugin-vue": "^9.8.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.2",
    "rimraf": "^3.0.2",
    "typescript": "^4.9.4",
    "vite": "^4.0.4",
    "vue": "^3.3.4",
    "vue-tsc": "^1.0.22"
  }
}
