{
	"name": "deemix",
	"version": "3.13.2",
	"private": true,
	"description": "A barebones deezer downloader library",
	"type": "module",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"dev": "run-p watch:*",
		"watch:build": "tsup src/index.ts --format esm --watch",
		"watch:tsc": "tsc --emitDeclarationOnly -w",
		"build": "run-s build:*",
		"build:tsup": "tsup src/index.ts --format esm",
		"build:tsc": "tsc --emitDeclarationOnly",
		"test": "vitest run",
		"test:watch": "vitest",
		"lint": "eslint .",
		"type-check": "tsc --noEmit"
	},
	"author": "Bambanah",
	"license": "GPL-3.0-or-later",
	"dependencies": {
		"@spotify/web-api-ts-sdk": "^1.2.0",
		"async": "^3.2.0",
		"browser-id3-writer": "^6.2.0",
		"deezer-sdk": "workspace:*",
		"got": "^14.4.2",
		"html-entities": "^2.3.3",
		"metaflac-js2": "^1.0.8",
		"tough-cookie": "^4.0.0"
	},
	"devDependencies": {
		"@types/async": "^3.2.24",
		"tsup": "^8.2.4",
		"vite-tsconfig-paths": "^5.0.1"
	}
}
