{
  "name": "music-engines",
  "version": "2.0.8",
  "description": "Get Your favorite Music from anywhere you like.",
  "main": "dist/src/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EhsanFox/music-engines.git"
  },
  "bugs": {
    "url": "https://github.com/EhsanFox/music-engines/issues"
  },
  "homepage": "https://github.com/EhsanFox/music-engines#readme",
  "engines": {
    "node": ">=14.9.1",
    "npm": ">=7.0.0"
  },
  "scripts": {
    "build": "tsc --project ./tsconfig.json && npm run build:esm",
    "build:esm": "gen-esm-wrapper ./dist/index.js ./dist/index.mjs",
    "build:check": "tsc --project ./tsconfig.json --noEmit --incremental false",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "format": "prettier --write src/**/*.{ts,js,json,yaml,yml}"
  },
  "author": {
    "email": "ehsan8184@gmail.com",
    "name": "Ehsan Golmakani",
    "url": "https://ehsan.js.org"
  },
  "license": "MIT",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.22.2",
    "@types/jest": "^27.4.0",
    "@types/node": "^12.20.55",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "eslint": "^8.13.0",
    "gen-esm-wrapper": "^1.1.3",
    "jest": "^27.5.1",
    "prettier": "^2.6.2",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.5"
  },
  "keywords": [
    "music",
    "musics",
    "youtube",
    "music-bot",
    "spotify",
    "soundcloud",
    "discord-music-bot",
    "discord-bot",
    "deezer",
    "deezer-api",
    "setar",
    "setar-bot"
  ],
  "dependencies": {
    "himalaya": "^1.1.0",
    "node-fetch": "^2.6.9",
    "soundcloud-scraper": "^5.0.3",
    "spotify-uri": "^3.0.3",
    "youtube-sr": "^4.3.4",
    "ytdl-core": "^4.11.4"
  }
}
