{
  "name": "amad-player",
  "version": "1.0.13",
  "type": "module",
  "files": [
    "dist",
    "dist/style.css"
  ],
  "main": "./dist/amad-player.umd.js",
  "module": "./dist/amad-player.es.js",
  "exports": {
    ".": {
      "import": "./dist/amad-player.es.js",
      "require": "./dist/amad-player.umd.js"
    },
    "./style.css": "./dist/style.css"
  },
  "scripts": {
    "dev": "vite --host",
    "build": "vite build",
    "serve": "vite preview",
    "tailCss": "npx tailwindcss -i ./src/main.css -o ./dist/output.css --minify"
  },
  "dependencies": {
    "vue": "^3.2.16"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@types/node": "^16.11.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "@vitejs/plugin-vue": "^1.10.2",
    "@vue/eslint-config-typescript": "^8.0.0",
    "autoprefixer": "^10.4.20",
    "babel-loader": "^8.2.2",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-vue": "^7.19.1",
    "postcss": "^8.4.49",
    "prettier": "^2.4.1",
    "sass": "^1.83.0",
    "tailwindcss": "^3.4.16",
    "typescript": "^4.4.3",
    "vite": "^2.6.4",
    "vue-loader": "^16.8.1",
    "vue-router": "^4.1.6",
    "vue-tsc": "^0.3.0"
  },
  "description": "An audio & video player built with Vue.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amadism/amad-player.git"
  },
  "keywords": [
    "vue",
    "music",
    "music player",
    "mp3",
    "audio",
    "video",
    "video player",
    "audio player",
    "media player",
    "player",
    "html5 audio",
    "vue js",
    "vuejs",
    "component",
    "sfc",
    "vue component",
    "vue sfc"
  ],
  "author": "Amad Aslam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/amadism/amad-player/issues"
  },
  "homepage": "https://github.com/amadism/amad-player#readme"
}
