{
  "name": "kazagumo-spotify",
  "version": "2.1.1",
  "description": "A spotify module for kazagumo",
  "main": "dist/Index.js",
  "types": "dist/Index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "build:full": "npm run lint && npm run build && npm run format"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Takiyo0/Kazagumo-spotify.git"
  },
  "keywords": [
    "spotify",
    "module",
    "kazagumo",
    "kazagumo-plugin",
    "kazagumo-plugin-spotify",
    "kazagumo-spotify",
    "plugin",
    "spotify-plugin"
  ],
  "author": "Takiyo0",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Takiyo0/Kazagumo-spotify/issues"
  },
  "homepage": "https://github.com/Takiyo0/Kazagumo-spotify#readme",
  "dependencies": {
    "undici": "^6.19.2"
  },
  "devDependencies": {
    "@types/node": "^18.11.19",
    "@types/ws": "^8.5.3",
    "discord.js": "14.7.1",
    "node-abort-controller": "^3.0.1",
    "prettier": "^2.6.2",
    "shoukaku": "^4.0.1",
    "kazagumo": "^3.0.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.7.3"
  }
}
